From 335a7448549c2b9a6db04f1d866fba84b8c03640 Mon Sep 17 00:00:00 2001 From: Marcin Kurczewski Date: Thu, 2 Oct 2014 17:38:21 +0200 Subject: [PATCH] Fixed GIF being resumed between page views --- public_html/templates/post-content.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/templates/post-content.tpl b/public_html/templates/post-content.tpl index f2f0361d..1b837c2f 100644 --- a/public_html/templates/post-content.tpl +++ b/public_html/templates/post-content.tpl @@ -1,4 +1,4 @@ -<% var postContentUrl = '/data/posts/' + post.name %> +<% var postContentUrl = '/data/posts/' + post.name + '?x=' + Math.random() /* reset gif animations */ %>