mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-25 16:00:22 +01:00
parent
708745a3f2
commit
d3a5e2a8a3
@ -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…
Reference in New Issue
Block a user