close the apps-menu if the notifications-menu is open and vice versa

This commit is contained in:
git-marijus
2017-07-29 16:06:42 +02:00
parent 11cdd0033d
commit 280f52f007
3 changed files with 14 additions and 2 deletions

View File

@@ -375,7 +375,7 @@ function NavUpdate() {
}
else {
$('#notifications-btn').css('opacity', 0.5);
$('#navbar-collapse-1').removeClass('in');
$('#navbar-collapse-1').removeClass('show');
}
if(data.network == 0) {