mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-05-11 02:38:33 +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;
|