From 7b992decd4fdd670e6c01ea31a14e756974bf1a2 Mon Sep 17 00:00:00 2001 From: git-marijus Date: Sat, 29 Jul 2017 16:06:42 +0200 Subject: close the apps-menu if the notifications-menu is open and vice versa --- view/js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/js/main.js') diff --git a/view/js/main.js b/view/js/main.js index 8c49e3173..54450858a 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -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) { -- cgit v1.2.3