pve-manager/www/mobile/Toolkit.js
Maximiliano Sandoval cffffc36a6 fix typos in user visible strings
Found with the `typos` cli tool.

Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
2024-10-16 18:41:42 +02:00

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}`);