Hide settings menu in the header when open change access window

This commit is contained in:
Julia Radzhabova 2018-08-28 15:09:19 +03:00
parent 7d57283910
commit 87feed6ccf

View file

@ -181,10 +181,7 @@ define([
if ( !$btnUsers.menu ) { if ( !$btnUsers.menu ) {
$panelUsers.removeClass('open'); $panelUsers.removeClass('open');
this.fireEvent('click:users', this); this.fireEvent('click:users', this);
} else {
return false;
}
var usertip = $btnUsers.data('bs.tooltip'); var usertip = $btnUsers.data('bs.tooltip');
if ( usertip ) { if ( usertip ) {
if ( usertip.dontShow===undefined) if ( usertip.dontShow===undefined)
@ -193,6 +190,7 @@ define([
usertip.hide(); usertip.hide();
} }
} }
}
function onAppShowed(config) {} function onAppShowed(config) {}