[pve-devel] r5907 - pve-manager/pve2/www/new/form
svn-commits at proxmox.com
svn-commits at proxmox.com
Thu May 5 10:37:41 CEST 2011
Author: dietmar
Date: 2011-05-05 10:37:41 +0200 (Thu, 05 May 2011)
New Revision: 5907
Modified:
pve-manager/pve2/www/new/form/ComboGrid.js
Log:
Modified: pve-manager/pve2/www/new/form/ComboGrid.js
===================================================================
--- pve-manager/pve2/www/new/form/ComboGrid.js 2011-05-05 08:36:29 UTC (rev 5906)
+++ pve-manager/pve2/www/new/form/ComboGrid.js 2011-05-05 08:37:41 UTC (rev 5907)
@@ -74,8 +74,7 @@
me.callParent();
me.store.on('beforeload', function() {
- console.log("start load");
- //me.up('form').setLoading(true, true);
+ me.up('form').setLoading(true, true);
});
// hack: autoSelect does not work
@@ -92,7 +91,7 @@
}
}
}
- //me.up('form').setLoading(false);
+ me.up('form').setLoading(false);
});
}
});
\ No newline at end of file
More information about the pve-devel
mailing list