Fixed GIF being resumed between page views

This commit is contained in:
Marcin Kurczewski 2014-10-02 17:38:21 +02:00
parent 455ae2b881
commit 335a744854

View file

@ -1,4 +1,4 @@
<% var postContentUrl = '/data/posts/' + post.name %>
<% var postContentUrl = '/data/posts/' + post.name + '?x=' + Math.random() /* reset gif animations */ %>
<div class="post-type-<%= post.contentType %>">