mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Removed hack for GIF preloading
It was effectively destroying caching.
This commit is contained in:
@ -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') {
|
||||
|
Reference in New Issue
Block a user