Fixed GIF being resumed between page views
This commit is contained in:
parent
455ae2b881
commit
335a744854
1 changed files with 1 additions and 1 deletions
|
@ -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 %>">
|
||||
|
||||
|
|
Loading…
Reference in a new issue