]> git.proxmox.com Git - pve-manager.git/blob - www/mobile/Toolkit.js
use Proxmox.Utils instead of PVE.Utils
[pve-manager.git] / www / mobile / Toolkit.js
1 // Sencha Touch related things
2
3 Proxmox.Utils.toolkit = 'touch',
4
5 Ext.Ajax.setDisableCaching(false);
6
7 // do not send '_dc' parameter
8 Ext.Ajax.disableCaching = false;