Merge pull request 'Unique IP bar fix' (#50) from uniqueIpFix2 into config

Reviewed-on: leftypol/leftypol#50
This commit is contained in:
nonmakina 2021-10-14 22:04:07 +00:00
commit 67232c5c41
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ $(document).ready(function(){
el.prepend('<span id="thread_stats_uids">0</span> UIDs |&nbsp;');
}
el.prepend('<span id="thread_stats_images">0</span> images |&nbsp;');
el.prepend('<span id="thread_stats_posts">0</span> replies |&nbsp;');
el.prepend('|&nbsp<span id="thread_stats_posts">0</span> replies |&nbsp;');
delete el;
function update_thread_stats(){
var op = $('#thread_'+ thread_id).find('div.post.op:not(.post-hover):not(.inline)').first();

View File

@ -100,7 +100,7 @@
{% endfor %}
<br class="clear"/>
{% if not index %}
<div id="uniqueip"><span>Unique IPs: {{ iparray|length }} |</span></div>
<div id="uniqueip"><span>Unique IPs: {{ iparray|length }}</span></div>
{% endif %}
{% if hr %}<hr/>{% endif %}
</div>