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 ) {
$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) {}