diff --git a/PVE/ExtJSIndex.pm b/PVE/ExtJSIndex.pm index 13137232..257aed88 100644 --- a/PVE/ExtJSIndex.pm +++ b/PVE/ExtJSIndex.pm @@ -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