espiceland: branch 2.0 r5102 - /branches/2.0/config/js/welcome.js
    SVN commits to the Asterisk-GUI project 
    asterisk-gui-commits at lists.digium.com
       
    Thu Oct 21 13:31:48 CDT 2010
    
    
  
Author: espiceland
Date: Thu Oct 21 13:31:45 2010
New Revision: 5102
URL: http://svnview.digium.com/svn/asterisk-gui?view=rev&rev=5102
Log:
Slow down the deferred user status processing a bit to improve browser responsiveness.
Modified:
    branches/2.0/config/js/welcome.js
Modified: branches/2.0/config/js/welcome.js
URL: http://svnview.digium.com/svn/asterisk-gui/branches/2.0/config/js/welcome.js?view=diff&rev=5102&r1=5101&r2=5102
==============================================================================
--- branches/2.0/config/js/welcome.js (original)
+++ branches/2.0/config/js/welcome.js Thu Oct 21 13:31:45 2010
@@ -176,7 +176,7 @@
 		if(uidx >= ul.length){
 			clearInterval(id);
 		}
-	}, 100);
+	}, 300);
 
 	(function(){ // List all RingGroup Extensions
 		var c = parent.sessionData.pbxinfo.ringgroups ;
    
    
More information about the asterisk-gui-commits
mailing list