Fixed fit modes not appearing in sidebar
This commit is contained in:
parent
37eabe1556
commit
c6a17d33af
1 changed files with 65 additions and 67 deletions
|
@ -214,7 +214,6 @@ if (forceHttpInPermalinks > 0) {
|
||||||
</div>
|
</div>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
<% if (_.any(privileges) || _.any(editPrivileges) || post.contentType === 'image') { %>
|
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<h1>Options</h1>
|
<h1>Options</h1>
|
||||||
<ul class="operations">
|
<ul class="operations">
|
||||||
|
@ -281,7 +280,6 @@ if (forceHttpInPermalinks > 0) {
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<% } %>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="post-view">
|
<div id="post-view">
|
||||||
|
|
Loading…
Reference in a new issue