rbrindley: branch 2.0 r4784 - /branches/2.0/config/js/index.js
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Thu May 7 11:04:06 CDT 2009
Author: rbrindley
Date: Thu May 7 11:04:03 2009
New Revision: 4784
URL: http://svn.asterisk.org/svn-view/asterisk-gui?view=rev&rev=4784
Log:
- increased the reboot countdown to 120 secs
Modified:
branches/2.0/config/js/index.js
Modified: branches/2.0/config/js/index.js
URL: http://svn.asterisk.org/svn-view/asterisk-gui/branches/2.0/config/js/index.js?view=diff&rev=4784&r1=4783&r2=4784
==============================================================================
--- branches/2.0/config/js/index.js (original)
+++ branches/2.0/config/js/index.js Thu May 7 11:04:03 2009
@@ -811,7 +811,7 @@
onLogInFunctions.makePings.stop();
var count_down = function(n){
if(n){
- if( n > 60 ){
+ if( n > 120 ){
setTimeout( function(){ n = n-5; count_down(n); } , 5000 );
var m = ' ' + String(parseInt(n/60,10)) + ':' + String(n%60) + ' Seconds';
}else{
More information about the asterisk-gui-commits
mailing list