[pve-devel] r6226 - pve-manager/pve2/www/manager/dc

svn-commits at proxmox.com svn-commits at proxmox.com
Mon Jul 4 08:29:34 CEST 2011


Author: dietmar
Date: 2011-07-04 08:29:34 +0200 (Mon, 04 Jul 2011)
New Revision: 6226

Modified:
   pve-manager/pve2/www/manager/dc/UserEdit.js
Log:
remove useless comma (that does not work with IE)


Modified: pve-manager/pve2/www/manager/dc/UserEdit.js
===================================================================
--- pve-manager/pve2/www/manager/dc/UserEdit.js	2011-07-04 06:23:17 UTC (rev 6225)
+++ pve-manager/pve2/www/manager/dc/UserEdit.js	2011-07-04 06:29:34 UTC (rev 6226)
@@ -28,13 +28,13 @@
                 name: 'userid',
                 fieldLabel: 'Userid',
                 value: me.userid,
-                allowBlank: false,
+                allowBlank: false
             },
 //            {
 //                xtype: 'pveRealmComboBox',
 //                name: 'realm',
 //                fieldLabel: 'Realm',
-//                allowBlank: false,
+//                allowBlank: false
 //            },
             {
                 xtype: 'textfield',




More information about the pve-devel mailing list