Hide settings menu in the header when open change access window
This commit is contained in:
parent
7d57283910
commit
87feed6ccf
|
@ -181,10 +181,7 @@ define([
|
|||
if ( !$btnUsers.menu ) {
|
||||
$panelUsers.removeClass('open');
|
||||
this.fireEvent('click:users', this);
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
} else {
|
||||
var usertip = $btnUsers.data('bs.tooltip');
|
||||
if ( usertip ) {
|
||||
if ( usertip.dontShow===undefined)
|
||||
|
@ -193,6 +190,7 @@ define([
|
|||
usertip.hide();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function onAppShowed(config) {}
|
||||
|
||||
|
|
Loading…
Reference in a new issue