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');