From 21ddb8a90beb088521321795e7e8508ac7383a5e Mon Sep 17 00:00:00 2001 From: rr- Date: Wed, 13 Jan 2016 21:25:12 +0100 Subject: [PATCH] Fixed post note link being shown for videos and YT --- public_html/templates/post.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/templates/post.tpl b/public_html/templates/post.tpl index fcfccd35..5727f2b5 100644 --- a/public_html/templates/post.tpl +++ b/public_html/templates/post.tpl @@ -225,7 +225,7 @@ if (forceHttpInPermalinks > 0) { <% } %> - <% if (privileges.canAddPostNotes) { %> + <% if (privileges.canAddPostNotes && (post.contentType === 'image' || post.contentType === 'animation')) { %>
  • Add new note