Fix post-filter, remove lainchan postcontainer

This commit is contained in:
discomrade 2021-09-28 07:57:24 +00:00
parent 52cd74a01d
commit 0806e39c03
3 changed files with 29 additions and 31 deletions

View file

@ -248,7 +248,7 @@ $(document).ready(function(){
}
}
if ($("div.post").length > 1){
$(this).parent().insertAfter($('div.post:not(.post-hover):last').parent().next()).after('<br class="clear">');
$(this).insertAfter($('div.post:not(.post-hover):last').next()).after('<br class="clear">');
}
else {
$(this).insertAfter($('div.post:not(.post-hover):last')).after('<br class="clear">');