Removed hack for GIF preloading

It was effectively destroying caching.
This commit is contained in:
rr- 2015-12-13 23:57:25 +01:00
parent 7645c012a5
commit 7e2e90ad3f

View file

@ -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') {