From e9226dba4618e5904ffe8ae6dc241a33ec5efe11 Mon Sep 17 00:00:00 2001 From: czaks Date: Sun, 29 Dec 2013 04:38:16 +0100 Subject: [PATCH] auto-reload.js: evade caching --- js/auto-reload.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/auto-reload.js b/js/auto-reload.js index 9f5fe052..9d03a990 100644 --- a/js/auto-reload.js +++ b/js/auto-reload.js @@ -61,6 +61,7 @@ $(document).ready(function(){ var poll = function() { $.ajax({ url: document.location, + data: {nocache: Math.random()}, success: function(data) { $(data).find('div.post.reply').each(function() { var id = $(this).attr('id');