From 5182366e6768c0b276a33ed707604ae3933e1a05 Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Wed, 6 Apr 2016 11:44:04 +0200 Subject: [PATCH] remove useShims since this was only necessary for the old java applet we can remove this Signed-off-by: Dominik Csapak --- PVE/ExtJSIndex.pm | 2 -- 1 file changed, 2 deletions(-) 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