Fixed post note link being shown for videos and YT
This commit is contained in:
parent
1ce16c80ec
commit
21ddb8a90b
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ if (forceHttpInPermalinks > 0) {
|
|||
</li>
|
||||
<% } %>
|
||||
|
||||
<% if (privileges.canAddPostNotes) { %>
|
||||
<% if (privileges.canAddPostNotes && (post.contentType === 'image' || post.contentType === 'animation')) { %>
|
||||
<li>
|
||||
<a class="add-note" href="#">
|
||||
Add new note
|
||||
|
|
Loading…
Reference in a new issue