[pve-devel] r5844 - pve-manager/pve2/www/new

svn-commits at proxmox.com svn-commits at proxmox.com
Thu Apr 21 10:28:54 CEST 2011


Author: dietmar
Date: 2011-04-21 10:28:54 +0200 (Thu, 21 Apr 2011)
New Revision: 5844

Modified:
   pve-manager/pve2/www/new/StateProvider.js
Log:


Modified: pve-manager/pve2/www/new/StateProvider.js
===================================================================
--- pve-manager/pve2/www/new/StateProvider.js	2011-04-21 08:20:35 UTC (rev 5843)
+++ pve-manager/pve2/www/new/StateProvider.js	2011-04-21 08:28:54 UTC (rev 5844)
@@ -8,8 +8,9 @@
 window.onbeforeunload = PVE.PageUnloadMessFn;
 
 /* This state provider keeps part of the state inside
- * the browser history, the rest is stored using HTML5
- * localStorage Feature
+ * the browser history.
+ *
+ * TODO: compress (shorten) url using dictionary based compression
 */
 
 Ext.define('PVE.StateProvider', {




More information about the pve-devel mailing list