diff options
author | git-marijus <mario@mariovavti.com> | 2017-07-29 16:06:42 +0200 |
---|---|---|
committer | git-marijus <mario@mariovavti.com> | 2017-07-29 16:06:42 +0200 |
commit | 7b992decd4fdd670e6c01ea31a14e756974bf1a2 (patch) | |
tree | e937916a40066fd7179fee1c4be167c06944baa0 /view/js | |
parent | 1f57a59618bc5e6bb8d0cda3031ba2751947e0c9 (diff) | |
download | volse-hubzilla-7b992decd4fdd670e6c01ea31a14e756974bf1a2.tar.gz volse-hubzilla-7b992decd4fdd670e6c01ea31a14e756974bf1a2.tar.bz2 volse-hubzilla-7b992decd4fdd670e6c01ea31a14e756974bf1a2.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.js | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |