diff options
author | Andrew Manning <tamanning@zoho.com> | 2017-03-12 13:57:45 -0400 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2017-03-12 13:57:45 -0400 |
commit | f68148b7e0930c57b7f4c47e7b3c170437989e62 (patch) | |
tree | cbf6b1a1042ca71327252709f63a7147f5dbf677 | |
parent | b8ad22f525bf1df458e00eef43be2259a04a51f0 (diff) | |
download | volse-hubzilla-f68148b7e0930c57b7f4c47e7b3c170437989e62.tar.gz volse-hubzilla-f68148b7e0930c57b7f4c47e7b3c170437989e62.tar.bz2 volse-hubzilla-f68148b7e0930c57b7f4c47e7b3c170437989e62.zip |
Add id to app-menu for JS access
-rwxr-xr-x | view/tpl/nav.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl index 0581989ec..11e107d2a 100755 --- a/view/tpl/nav.tpl +++ b/view/tpl/nav.tpl @@ -177,7 +177,7 @@ <a class="{{$nav.help.2}}" target="hubzilla-help" href="{{$nav.help.0}}" title="{{$nav.help.3}}" id="{{$nav.help.4}}" onclick="contextualHelp(); return false;"><i class="fa fa-question-circle"></i></a> </li> {{/if}} - <li class=""> + <li class="" id="app-menu"> <a href="#" data-toggle="dropdown"><i class="fa fa-bars"></i></a> <ul class="dropdown-menu"> {{foreach $navapps as $navapp}} |