mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-06-06 02:32:41 +00:00
9 lines
162 B
JavaScript
9 lines
162 B
JavaScript
// Sencha Touch related things
|
|
|
|
PVE.Utils.toolkit = 'touch',
|
|
|
|
Ext.Ajax.setDisableCaching(false);
|
|
|
|
// do not send '_dc' parameter
|
|
Ext.Ajax.disableCaching = false;
|