possible fix for #385
This commit is contained in:
parent
bf05012150
commit
9480e9b68b
@ -256,6 +256,7 @@ class Browser extends DAV\Browser\Plugin {
|
||||
$func($a);
|
||||
}
|
||||
}
|
||||
ob_start();
|
||||
construct_page($a);
|
||||
}
|
||||
|
||||
|
@ -526,6 +526,10 @@ footer {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
#nav-notifications-template {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#nav-searchbar {
|
||||
float: right;
|
||||
margin-top: 2px;
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user