Author: pari
Date: Wed Jan 9 17:08:20 2008
New Revision: 2112
URL: http://svn.digium.com/view/asterisk-gui?view=rev&am
p;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&am
p;srcfilename=extensions.conf&dstfilename=extensions.con
f&" +
"Action-000000=newcat&Cat-000000=" +
asterisk_guitools +
"&Var-000000=&Value-000000=" +
"&" +
_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.c
om--
asterisk-gui-commits mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-g
ui-commits
|