]> git.proxmox.com Git - pve-manager.git/commitdiff
remove unneeded applyEmptyText
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 15 Feb 2017 13:55:48 +0000 (14:55 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 9 Mar 2017 09:43:13 +0000 (10:43 +0100)
this was not needed and does not work with extjs 6.2

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
www/manager6/Toolkit.js

index e23985e8e866622a727953dc8a543f52b8f53ca6..7581a9e13d75684a9697648fbf0910e976d55911 100644 (file)
@@ -174,7 +174,6 @@ Ext.define('PVE.form.ComboBox', {
        // copied from combobox
        var me = this;
        me.callParent();
-       me.applyEmptyText();
 
        // clear and set when not the same
        var value = me.getValue();