forked from GithubBackups/vichan
This commit is contained in:
commit
aabfda9278
@ -158,7 +158,7 @@ $(document).ready(function(){
|
|||||||
first_new_post = this;
|
first_new_post = this;
|
||||||
makeIcon();
|
makeIcon();
|
||||||
}
|
}
|
||||||
$(this).insertAfter($('div.post:last').next()).after('<br class="clear">');
|
$('div.thread').append($('<br class="clear">')).after(this);
|
||||||
new_posts++;
|
new_posts++;
|
||||||
loaded_posts++;
|
loaded_posts++;
|
||||||
$(document).trigger('new_post', this);
|
$(document).trigger('new_post', this);
|
||||||
|
@ -85,5 +85,6 @@
|
|||||||
{% for post in post.posts %}
|
{% for post in post.posts %}
|
||||||
{% include 'post_reply.html' %}
|
{% include 'post_reply.html' %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<br class="clear"/>{% if hr %}<hr/>{% endif %}
|
<br class="clear"/>
|
||||||
</div>
|
</div>
|
||||||
|
{% if hr %}<hr/>{% endif %}
|
||||||
|
@ -47,8 +47,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
id="img-{{ post.id }}" data-subject="{% if post.subject %}{{ post.subject }}{% endif %}" data-name="{{ post.name }}" data-muhdifference="{{ post.muhdifference }}" data-last-reply="{% if post.last_reply %}{{ post.last_reply }}{% endif %}" data-last-subject="{% if post.last_reply_subject %}{{ post.last_reply_subject }}{% endif %}" data-last-name="{% if post.last_reply %}{{ post.last_reply_name }}{% endif %}" data-last-difference="{% if post.last_reply %}{{ post.last_reply_difference }}{% endif %}" class="{{post.board}} thread-image" title="{{post.bump|date('%b %d %H:%M')}}">
|
id="img-{{ post.id }}" data-subject="{% if post.subject %}{{ post.subject }}{% endif %}" data-name="{{ post.name }}" data-muhdifference="{{ post.muhdifference }}" data-last-reply="{% if post.last_reply %}{{ post.last_reply }}{% endif %}" data-last-subject="{% if post.last_reply_subject %}{{ post.last_reply_subject }}{% endif %}" data-last-name="{% if post.last_reply %}{{ post.last_reply_name }}{% endif %}" data-last-difference="{% if post.last_reply %}{{ post.last_reply_difference }}{% endif %}" class="{{post.board}} thread-image" title="{{post.bump|date('%b %d %H:%M')}}">
|
||||||
</a>
|
</a>
|
||||||
<p>
|
<div class="replies">
|
||||||
<span class="replies">
|
|
||||||
<strong>R: {{ post.reply_count }} / I: {{ post.image_count }}</strong>
|
<strong>R: {{ post.reply_count }} / I: {{ post.image_count }}</strong>
|
||||||
{% if post.subject %}
|
{% if post.subject %}
|
||||||
<p class="intro">
|
<p class="intro">
|
||||||
@ -61,8 +60,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{{ post.body }}
|
{{ post.body }}
|
||||||
</span>
|
</div>
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user