pari: branch asterisknow r2202 - /branches/asterisknow/config/home.html

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Fri Jan 25 18:39:45 CST 2008


Author: pari
Date: Fri Jan 25 18:39:45 2008
New Revision: 2202

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=2202
Log:
No need to wait untill the callback function to set the flag



Modified:
    branches/asterisknow/config/home.html

Modified: branches/asterisknow/config/home.html
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/config/home.html?view=diff&rev=2202&r1=2201&r2=2202
==============================================================================
--- branches/asterisknow/config/home.html (original)
+++ branches/asterisknow/config/home.html Fri Jan 25 18:39:45 2008
@@ -196,9 +196,9 @@
 
 
 function installguitools(){
+	parent.ABOUT_TORELOAD_GUI = true;
 	var after = function(){ // then reload asterisk
 		parent.astmanEngine.cliCommand('reload', function(t){ gui_feedback("Restarted Asterisk !!",'blue'); 
-			parent.ABOUT_TORELOAD_GUI = true;
 			top.window.location.reload(); // at this point ztscan call was failed as it needs this context to run, so reload
 		}); 
 	};




More information about the asterisk-gui-commits mailing list