diff options
author | marijus <mario@mariovavti.com> | 2014-03-25 15:27:45 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-03-25 15:27:45 +0100 |
commit | 89b573a6f3b7409ba9f8ba9fe41ed06b8106836b (patch) | |
tree | 4ec44719a881d675f62e2556507cdecc67c3fdf1 /view/tpl/hdr.tpl | |
parent | 50a7e9ce8fe30959d6e4343e8fdafaeca1e7856c (diff) | |
download | volse-hubzilla-89b573a6f3b7409ba9f8ba9fe41ed06b8106836b.tar.gz volse-hubzilla-89b573a6f3b7409ba9f8ba9fe41ed06b8106836b.tar.bz2 volse-hubzilla-89b573a6f3b7409ba9f8ba9fe41ed06b8106836b.zip |
fix lock permissions view and autoload not kicking in on touch devices under certain conditions
Diffstat (limited to 'view/tpl/hdr.tpl')
-rw-r--r-- | view/tpl/hdr.tpl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/view/tpl/hdr.tpl b/view/tpl/hdr.tpl index f1e78b897..efb43224c 100644 --- a/view/tpl/hdr.tpl +++ b/view/tpl/hdr.tpl @@ -3,5 +3,3 @@ <ul id="nav-notifications-template" style="display:none;" rel="template"> <li class="{5}"><a href="{0}" title="{2} {3}"><img src="{1}"><span class='contactname'>{2}</span>{3}<br><span class="notif-when">{4}</span></a></li> </ul> - -<div id="panel" style="display: none;"></div> |