docs: add Toolkit.js to prune simulator

from proxmox-widget-toolkit-dev and not as normal dependency,
else we would have to ship widget-toolkit on the wiki

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak
2021-06-04 14:35:28 +02:00
committed by Thomas Lamprecht
parent 62f10a01db
commit 442d6da8fb
4 changed files with 12 additions and 4 deletions

View File

@ -1,7 +1,5 @@
// FIXME: HACK! Makes scrolling in number spinner work again. fixed in ExtJS >= 6.1
if (Ext.isFirefox) {
Ext.$eventNameMap.DOMMouseScroll = 'DOMMouseScroll';
}
// for Toolkit.js
function gettxt(val) { return val; };
Ext.onReady(function() {
const NOW = new Date();