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:
Dominik Csapak 2016-04-06 11:44:04 +02:00 committed by Dietmar Maurer
parent 5ca0c804c6
commit 5182366e67

View File

@ -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