[DE] fix bug 59315
This commit is contained in:
parent
f0402ac0a2
commit
1035069d92
|
@ -293,7 +293,7 @@ define([
|
||||||
}
|
}
|
||||||
})).show();
|
})).show();
|
||||||
break;
|
break;
|
||||||
case 'help':
|
case 'external-help':
|
||||||
close_menu = !!isopts;
|
close_menu = !!isopts;
|
||||||
break;
|
break;
|
||||||
default: close_menu = false;
|
default: close_menu = false;
|
||||||
|
|
|
@ -68,7 +68,7 @@ define([
|
||||||
var panel = this.panels[item.options.action];
|
var panel = this.panels[item.options.action];
|
||||||
if (item.options.action === 'help') {
|
if (item.options.action === 'help') {
|
||||||
if ( panel.usedHelpCenter === true && navigator.onLine ) {
|
if ( panel.usedHelpCenter === true && navigator.onLine ) {
|
||||||
this.fireEvent('item:click', [this, item.options.action, true]);
|
this.fireEvent('item:click', [this, 'external-help', true]);
|
||||||
window.open(panel.urlHelpCenter, '_blank');
|
window.open(panel.urlHelpCenter, '_blank');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue