pari: branch aadk r975 - /branches/aadk/config/networking.html
asterisk-gui-commits at lists.digium.com
asterisk-gui-commits at lists.digium.com
Wed May 23 11:13:48 MST 2007
Author: pari
Date: Wed May 23 13:13:48 2007
New Revision: 975
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=975
Log:
fix: not hiding status_message
Modified:
branches/aadk/config/networking.html
Modified: branches/aadk/config/networking.html
URL: http://svn.digium.com/view/asterisk-gui/branches/aadk/config/networking.html?view=diff&rev=975&r1=974&r2=975
==============================================================================
--- branches/aadk/config/networking.html (original)
+++ branches/aadk/config/networking.html Wed May 23 13:13:48 2007
@@ -100,7 +100,7 @@
parent.astmanEngine.run_tool(cmd3,onSuccess = function() {
parent.astmanEngine.run_tool(cmd4,onSuccess = function() {
parent.astmanEngine.run_tool(cmd5,onSuccess = function() { });
- setTimeout( function(){ _$('status_message').style.display = ""; window.location.href=window.location.href; }, 3000 );
+ setTimeout( function(){ _$('status_message').style.display = "none"; window.location.href=window.location.href; }, 3000 );
});
});
});
More information about the asterisk-gui-commits
mailing list