aboutsummaryrefslogtreecommitdiffstats
path: root/view/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-31 02:52:36 +0200
commit280f52f007f00e0a8b2c910445bb54dfbf7275a0 (patch)
treea71dca8ca49cee04590208f5751961ea99dfc39a /view/tpl
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/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 b9abf4d48..f480ce994 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>