mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-31 12:23:48 +01:00
Revert "auto-reload.js: evade caching"
This reverts commit e9226dba4618e5904ffe8ae6dc241a33ec5efe11.
This commit is contained in:
parent
9c00985423
commit
faf5fe1ef6
@ -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');
|
||||
|
Loading…
x
Reference in New Issue
Block a user