pari: branch 2.0 r4474 - /branches/2.0/config/update_phonefirmware.html
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Fri Jan 23 14:52:34 CST 2009
Author: pari
Date: Fri Jan 23 14:52:33 2009
New Revision: 4474
URL: http://svn.digium.com/svn-view/asterisk-gui?view=rev&rev=4474
Log:
missing ;
Modified:
branches/2.0/config/update_phonefirmware.html
Modified: branches/2.0/config/update_phonefirmware.html
URL: http://svn.digium.com/svn-view/asterisk-gui/branches/2.0/config/update_phonefirmware.html?view=diff&rev=4474&r1=4473&r2=4474
==============================================================================
--- branches/2.0/config/update_phonefirmware.html (original)
+++ branches/2.0/config/update_phonefirmware.html Fri Jan 23 14:52:33 2009
@@ -29,7 +29,7 @@
try{
var ta = 'Finished downloading firmware !' +
'\n Please reboot the appliance for the new firmware to be effective.' +
- '\n Note: The reboot process might take 4 to 8 minutes. '
+ '\n Note: The reboot process might take 4 to 8 minutes. ';
alert(ta);
return;
}finally{
More information about the asterisk-gui-commits
mailing list