aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/nav.tpl
diff options
context:
space:
mode:
authorgit-marijus <mario@mariovavti.com>2017-07-29 16:06:42 +0200
committergit-marijus <mario@mariovavti.com>2017-07-29 16:06:42 +0200
commit7b992decd4fdd670e6c01ea31a14e756974bf1a2 (patch)
treee937916a40066fd7179fee1c4be167c06944baa0 /view/tpl/nav.tpl
parent1f57a59618bc5e6bb8d0cda3031ba2751947e0c9 (diff)
downloadvolse-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/tpl/nav.tpl')
-rwxr-xr-xview/tpl/nav.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl
index 137fed790..ae354e371 100755
--- a/view/tpl/nav.tpl
+++ b/view/tpl/nav.tpl
@@ -68,7 +68,7 @@
<i class="fa fa-exclamation-circle"></i>
</button>
{{/if}}
- <button class="navbar-toggler border-0" type="button" data-toggle="collapse" data-target="#navbar-collapse-2">
+ <button id="menu-btn" class="navbar-toggler border-0" type="button" data-toggle="collapse" data-target="#navbar-collapse-2">
<i class="fa fa-bars"></i>
</button>
</div>