mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-07 19:39:56 +00:00
correctly hide helpButton in wizard
the property is "listenToGlobalEvent" not "listenGlobalEvent" Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
013cc4d6c2
commit
6fb47ebac9
@ -30,7 +30,7 @@ Ext.define('PVE.button.Help', {
|
|||||||
},
|
},
|
||||||
onPveHideHelp: function() {
|
onPveHideHelp: function() {
|
||||||
var me = this.getView();
|
var me = this.getView();
|
||||||
if (me.listenGlobalEvent === true) {
|
if (me.listenToGlobalEvent === true) {
|
||||||
me.hide();
|
me.hide();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user