mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-24 12:16:56 +00:00

Found with the `typos` cli tool. Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
11 lines
252 B
JavaScript
11 lines
252 B
JavaScript
// Sencha Touch related things
|
|
|
|
Proxmox.Utils.toolkit = 'touch';
|
|
|
|
Ext.Ajax.setDisableCaching(false);
|
|
|
|
// do not send '_dc' parameter
|
|
Ext.Ajax.disableCaching = false;
|
|
|
|
Ext.Loader.injectScriptElement = (url) => console.warn(`suppressed loading ${url}`);
|