pari: branch 2.0 r3905 - /branches/2.0/config/js/index.js
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Fri Sep 26 14:43:09 CDT 2008
Author: pari
Date: Fri Sep 26 14:43:08 2008
New Revision: 3905
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=3905
Log:
Fix for :
AA50-2279 - gui panics when aa50 is rebooted while it is displaying the "call features" tab
Modified:
branches/2.0/config/js/index.js
Modified: branches/2.0/config/js/index.js
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/config/js/index.js?view=diff&rev=3905&r1=3904&r2=3905
==============================================================================
--- branches/2.0/config/js/index.js (original)
+++ branches/2.0/config/js/index.js Fri Sep 26 14:43:08 2008
@@ -52,7 +52,7 @@
if( parent.sessionData.DEBUG_MODE ){
alert('PING Request: INVALID SESSION' + '\n' + 'Click OK to reload');
}
- window.location.reload();
+ top.window.location.replace(top.window.location.href);
return true;
}
},
More information about the asterisk-gui-commits
mailing list