Removed hack for GIF preloading
It was effectively destroying caching.
This commit is contained in:
parent
7645c012a5
commit
7e2e90ad3f
1 changed files with 1 additions and 1 deletions
|
@ -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 width;
|
||||||
var height;
|
var height;
|
||||||
if (post.contentType === 'image' || post.contentType === 'animation' || post.contentType === 'flash') {
|
if (post.contentType === 'image' || post.contentType === 'animation' || post.contentType === 'flash') {
|
||||||
|
|
Loading…
Reference in a new issue