aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/nav.tpl
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-06-23 20:13:20 -0700
committerredmatrix <git@macgirvin.com>2016-06-23 20:13:20 -0700
commit096619dbbefeabb5e9414cf1df6324cda902138e (patch)
tree3b0dbe10e1a0b6e9d6c6f550bdd843ed56bb3f66 /view/tpl/nav.tpl
parentfa02a091072e74a2468cfc34f9e38ce1c9ea5196 (diff)
downloadvolse-hubzilla-096619dbbefeabb5e9414cf1df6324cda902138e.tar.gz
volse-hubzilla-096619dbbefeabb5e9414cf1df6324cda902138e.tar.bz2
volse-hubzilla-096619dbbefeabb5e9414cf1df6324cda902138e.zip
make dropdown-caret invoke the dropdown
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 5c8c097da..c0e17d6b5 100755
--- a/view/tpl/nav.tpl
+++ b/view/tpl/nav.tpl
@@ -17,7 +17,7 @@
</button>
{{/if}}
{{if $userinfo}}
- <img class="dropdown-toggle fakelink" data-toggle="dropdown" id="avatar" src="{{$userinfo.icon}}" alt="{{$userinfo.name}}"><span class="caret" id="usermenu-caret"></span>
+ <img class="dropdown-toggle fakelink" data-toggle="dropdown" id="avatar" src="{{$userinfo.icon}}" alt="{{$userinfo.name}}"><span class="caret dropdown-toggle fakelink" data-toggle="dropdown" id="usermenu-caret"></span>
{{if $localuser}}
<ul class="dropdown-menu" role="menu" aria-labelledby="avatar">
{{foreach $nav.usermenu as $usermenu}}