pari: branch asterisknow r2112 - /branches/asterisknow/config/home.html
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Wed Jan 9 17:08:20 CST 2008
Author: pari
Date: Wed Jan 9 17:08:20 2008
New Revision: 2112
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=2112
Log:
fix for BE-311
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=2112&r1=2111&r2=2112
==============================================================================
--- branches/asterisknow/config/home.html (original)
+++ branches/asterisknow/config/home.html Wed Jan 9 17:08:20 2008
@@ -199,7 +199,9 @@
var opt = {
method: 'get',
asynchronous: true,
- onComplete: function(){}
+ onComplete: function(){
+ top.window.location.reload(); // at this point ztscan call was failed as it needs this context to run, so reload
+ }
};
opt.parameters="action=updateconfig&reload=yes&srcfilename=extensions.conf&dstfilename=extensions.conf&" +
"Action-000000=newcat&Cat-000000=" + asterisk_guitools + "&Var-000000=&Value-000000=" + "&" +
More information about the asterisk-gui-commits
mailing list