mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-10 02:05:49 +00:00
remove useShims
since this was only necessary for the old java applet we can remove this Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
5ca0c804c6
commit
5182366e67
@ -43,8 +43,6 @@ _EOJS
|
|||||||
"PVE.ConsoleWorkspace" : "PVE.StdWorkspace";
|
"PVE.ConsoleWorkspace" : "PVE.StdWorkspace";
|
||||||
|
|
||||||
$jssrc .= <<_EOJS;
|
$jssrc .= <<_EOJS;
|
||||||
// we need this (the java applet ignores the zindex)
|
|
||||||
Ext.useShims = true;
|
|
||||||
Ext.History.fieldid = 'x-history-field';
|
Ext.History.fieldid = 'x-history-field';
|
||||||
Ext.onReady(function() { Ext.create('$workspace');});
|
Ext.onReady(function() { Ext.create('$workspace');});
|
||||||
_EOJS
|
_EOJS
|
||||||
|
Loading…
Reference in New Issue
Block a user