Merge branch 'master' of github.com:vichan-devel/Tinyboard
This commit is contained in:
commit
03350c2b0f
@ -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…
Reference in New Issue
Block a user