diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-05-21 14:34:01 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-05-21 14:34:01 +0200 |
commit | 9480e9b68b820aef7cb052491c736a255110a43e (patch) | |
tree | fd9ad93c70e01166465897547bb7dbc8bd99f7e8 /view/tpl | |
parent | bf050121506aa4cb487d9efd9cfdaa501ada3b1a (diff) | |
download | volse-hubzilla-9480e9b68b820aef7cb052491c736a255110a43e.tar.gz volse-hubzilla-9480e9b68b820aef7cb052491c736a255110a43e.tar.bz2 volse-hubzilla-9480e9b68b820aef7cb052491c736a255110a43e.zip |
possible fix for #385
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/hdr.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/hdr.tpl b/view/tpl/hdr.tpl index 3770cb9a6..6a14906f6 100644 --- a/view/tpl/hdr.tpl +++ b/view/tpl/hdr.tpl @@ -1,5 +1,5 @@ <div id="banner" class="hidden-sm hidden-xs">{{$banner}}</div> -<ul id="nav-notifications-template" style="display:none;" rel="template"> +<ul id="nav-notifications-template" rel="template"> <li class="{5}"><a href="{0}" title="{2} {3}"><img class="dropdown-menu-img-sm" data-src="{1}"><span class="contactname">{2}</span><span class="dropdown-sub-text">{3}<br>{4}</span></a></li> </ul> |