[pve-devel] [PATCH manager 2/2] remove useShims
Dominik Csapak
d.csapak at proxmox.com
Wed Apr 6 11:44:04 CEST 2016
since this was only necessary for the old java applet
we can remove this
Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
PVE/ExtJSIndex.pm | 2 --
1 file changed, 2 deletions(-)
diff --git a/PVE/ExtJSIndex.pm b/PVE/ExtJSIndex.pm
index 1313723..257aed8 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
--
2.1.4
More information about the pve-devel
mailing list