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>
|
||||
<% } %>
|
||||
|
||||
<% if (_.any(privileges) || _.any(editPrivileges) || post.contentType === 'image') { %>
|
||||
<div class="box">
|
||||
<h1>Options</h1>
|
||||
<ul class="operations">
|
||||
|
@ -281,7 +280,6 @@ if (forceHttpInPermalinks > 0) {
|
|||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<% } %>
|
||||
</div>
|
||||
|
||||
<div id="post-view">
|
||||
|
|
Loading…
Reference in a new issue