pari: branch 2.0 r3702 - /branches/2.0/config/js/index.js
    SVN commits to the Asterisk-GUI project 
    asterisk-gui-commits at lists.digium.com
       
    Sat Aug 23 22:10:43 CDT 2008
    
    
  
Author: pari
Date: Sat Aug 23 22:10:43 2008
New Revision: 3702
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=3702
Log:
 Fix: Logout Button not working after confirming 'apply changes' 
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=3702&r1=3701&r2=3702
==============================================================================
--- branches/2.0/config/js/index.js (original)
+++ branches/2.0/config/js/index.js Sat Aug 23 22:10:43 2008
@@ -387,6 +387,8 @@
 			ASTGUI.dialog.alertmsg('The changes you made requires a restart. <BR> Your hardware might not work properly until you reboot !!');
 			ASTGUI.cookies.setCookie( 'require_restart' , 'no' );
 		}
+
+		if(cb)cb();
 	},
 
 	logoutFunction : {
    
    
More information about the asterisk-gui-commits
mailing list