Fixed fit modes not appearing in sidebar

This commit is contained in:
rr- 2015-07-19 19:16:08 +02:00
parent 37eabe1556
commit c6a17d33af

View file

@ -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">