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";
|
||||
|
||||
$jssrc .= <<_EOJS;
|
||||
// we need this (the java applet ignores the zindex)
|
||||
Ext.useShims = true;
|
||||
Ext.History.fieldid = 'x-history-field';
|
||||
Ext.onReady(function() { Ext.create('$workspace');});
|
||||
_EOJS
|
||||
|
Loading…
x
Reference in New Issue
Block a user