forked from GithubBackups/vichan
Revert breaking change
This commit is contained in:
parent
a25b5320ea
commit
ff984694d4
@ -158,7 +158,7 @@ $(document).ready(function(){
|
|||||||
first_new_post = this;
|
first_new_post = this;
|
||||||
makeIcon();
|
makeIcon();
|
||||||
}
|
}
|
||||||
$('div.thread').append($('<br class="clear">')).after(this);
|
$(this).insertAfter($('div.post:last').next()).after('<br class="clear">');
|
||||||
new_posts++;
|
new_posts++;
|
||||||
loaded_posts++;
|
loaded_posts++;
|
||||||
$(document).trigger('new_post', this);
|
$(document).trigger('new_post', this);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user