forked from leftypol/leftypol
Fix post-filter, remove lainchan postcontainer
This commit is contained in:
parent
52cd74a01d
commit
0806e39c03
3 changed files with 29 additions and 31 deletions
|
@ -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">');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue