pari: branch 2.0 r3793 - /branches/2.0/config/networking.html
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Wed Sep 10 11:12:49 CDT 2008
Author: pari
Date: Wed Sep 10 11:12:48 2008
New Revision: 3793
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=3793
Log:
AA50-2269 --> Repeated saves in network tab do not invoke networking.sh
Modified:
branches/2.0/config/networking.html
Modified: branches/2.0/config/networking.html
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/config/networking.html?view=diff&rev=3793&r1=3792&r2=3793
==============================================================================
--- branches/2.0/config/networking.html (original)
+++ branches/2.0/config/networking.html Wed Sep 10 11:12:48 2008
@@ -78,12 +78,13 @@
var tmp = u.callActions();
})();
+ ASTGUI.dialog.waitWhile('Applying Changes');
parent.ASTGUI.systemCmd( cmd1, function(){
parent.ASTGUI.systemCmd( cmd2, function(){
parent.ASTGUI.systemCmd( cmd3, function(){
- parent.ASTGUI.systemCmd( cmd4, function(){
- setTimeout( function(){ window.location.reload(); }, 3000 );
- parent.ASTGUI.systemCmd( cmd5, function(){ });
+ parent.ASTGUI.systemCmd( cmd4, function(){
+ setTimeout( function(){top.window.location.reload();}, 4000 );
+ parent.ASTGUI.systemCmd( cmd5 + ' &', function(){ });
});
});
});
More information about the asterisk-gui-commits
mailing list