mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-19 09:27:24 +01:00
commit
536c5f3463
@ -158,7 +158,7 @@ $(document).ready(function(){
|
||||
first_new_post = this;
|
||||
makeIcon();
|
||||
}
|
||||
$(this).insertAfter($('div.post:last').next()).after('<br class="clear">');
|
||||
$('div.thread').append($('<br class="clear">')).after(this);
|
||||
new_posts++;
|
||||
loaded_posts++;
|
||||
$(document).trigger('new_post', this);
|
||||
|
@ -85,5 +85,6 @@
|
||||
{% for post in post.posts %}
|
||||
{% include 'post_reply.html' %}
|
||||
{% endfor %}
|
||||
<br class="clear"/>{% if hr %}<hr/>{% endif %}
|
||||
<br class="clear"/>
|
||||
</div>
|
||||
{% if hr %}<hr/>{% endif %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user