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:
committed by
Thomas Lamprecht
parent
62f10a01db
commit
442d6da8fb
@ -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();
|
Reference in New Issue
Block a user