forked from leftypol/leftypol
auto-reload.js: evade caching
This commit is contained in:
parent
5f7db88a2d
commit
e9226dba46
1 changed files with 1 additions and 0 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue