diff --git a/public_html/templates/post-content.tpl b/public_html/templates/post-content.tpl index f5c8bdb5..9c26e0f7 100644 --- a/public_html/templates/post-content.tpl +++ b/public_html/templates/post-content.tpl @@ -1,5 +1,5 @@ <% - var postContentUrl = '/data/posts/' + post.name + '?' + Math.round(Math.random() * 1000) /* reset gif animations */ + var postContentUrl = '/data/posts/' + post.name; var width; var height; if (post.contentType === 'image' || post.contentType === 'animation' || post.contentType === 'flash') {