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() {
|
||||
var me = this.getView();
|
||||
if (me.listenGlobalEvent === true) {
|
||||
if (me.listenToGlobalEvent === true) {
|
||||
me.hide();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user