aboutsummaryrefslogtreecommitdiffstats
path: root/view/js
diff options
context:
space:
mode:
authorgit-marijus <mario@mariovavti.com>2017-07-29 16:06:42 +0200
committergit-marijus <mario@mariovavti.com>2017-07-31 02:52:36 +0200
commit280f52f007f00e0a8b2c910445bb54dfbf7275a0 (patch)
treea71dca8ca49cee04590208f5751961ea99dfc39a /view/js
parent11cdd0033d7cff690a9df75d8b5a3b8a29f8098b (diff)
downloadvolse-hubzilla-280f52f007f00e0a8b2c910445bb54dfbf7275a0.tar.gz
volse-hubzilla-280f52f007f00e0a8b2c910445bb54dfbf7275a0.tar.bz2
volse-hubzilla-280f52f007f00e0a8b2c910445bb54dfbf7275a0.zip
close the apps-menu if the notifications-menu is open and vice versa
Diffstat (limited to 'view/js')
-rw-r--r--view/js/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/js/main.js b/view/js/main.js
index 6c42531ea..61a37aa99 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) {