pari: trunk r76 - /trunk/config/jabber.html
    asterisk-gui-commits at lists.digium.com 
    asterisk-gui-commits at lists.digium.com
       
    Tue Oct 17 09:15:05 MST 2006
    
    
  
Author: pari
Date: Tue Oct 17 11:15:04 2006
New Revision: 76
URL: http://svn.digium.com/view/asterisk-gui?rev=76&view=rev
Log:
ok .. my bad
Modified:
    trunk/config/jabber.html
Modified: trunk/config/jabber.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/jabber.html?rev=76&r1=75&r2=76&view=diff
==============================================================================
--- trunk/config/jabber.html (original)
+++ trunk/config/jabber.html Tue Oct 17 11:15:04 2006
@@ -54,7 +54,7 @@
 function localajaxinit() {
 		// Load the jabber.conf->users into the Users, associate the field to other fields
 		parent.loadscreen(this);
-		for (var x =0; x < fieldnames; x++) {
+		for (var x =0; x < fieldnames.length; x++) {
 			widgets[fieldnames[x]] = $(fieldnames[x]);
 			widgets[fieldnames[x]].disabled = true;
 		}
    
    
More information about the asterisk-gui-commits
mailing list