rbrindley: branch 2.0 r4770 - /branches/2.0/config/js/pbx2.js

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Mon May 4 14:10:00 CDT 2009


Author: rbrindley
Date: Mon May  4 14:09:56 2009
New Revision: 4770

URL: http://svn.asterisk.org/svn-view/asterisk-gui?view=rev&rev=4770
Log:

- fixed an issue where added a page group froze the GUI


Modified:
    branches/2.0/config/js/pbx2.js

Modified: branches/2.0/config/js/pbx2.js
URL: http://svn.asterisk.org/svn-view/asterisk-gui/branches/2.0/config/js/pbx2.js?view=diff&rev=4770&r1=4769&r2=4770
==============================================================================
--- branches/2.0/config/js/pbx2.js (original)
+++ branches/2.0/config/js/pbx2.js Mon May  4 14:09:56 2009
@@ -640,6 +640,7 @@
 pbx.paging.updateCache = function(callback) {
 	setTimeout(function() {
 		sessionData.pbxinfo['pagegroups'] = context2json({filename: 'extensions.conf', context: ASTGUI.contexts.PageGroups, usf:0});
+		callback();
 	}, 1000);
 };
 /*---------------------------------------------------------------------------*/




More information about the asterisk-gui-commits mailing list