diff --git a/js/auto-reload.js b/js/auto-reload.js index 9d03a990..9f5fe052 100644 --- a/js/auto-reload.js +++ b/js/auto-reload.js @@ -61,7 +61,6 @@ $(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');