]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: window settings: remove no-op onShow overwrite
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 23 Oct 2019 16:20:56 +0000 (18:20 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 23 Oct 2019 16:20:56 +0000 (18:20 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/window/Settings.js

index 35b320f1f1b4a6af461686ca7ca724d626c2ac67..fd754dfd2a14ab96bf17573f1dba7e7cbc8be80e 100644 (file)
@@ -386,9 +386,4 @@ Ext.define('PVE.window.Settings', {
            },
        ]
     }],
-
-    onShow: function() {
-       var me = this;
-       me.callParent();
-    }
 });