Skip to content

Commit

Permalink
Merge pull request #131 from nonmakina/uniqueIpFix
Browse files Browse the repository at this point in the history
Fixes unique IP auto-reload bug
  • Loading branch information
towards-a-new-leftypol committed Jan 11, 2021
2 parents 42840a3 + 74c484d commit cd09c18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/post_thread.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,9 @@
{% endif %}
{% include 'post_reply.html' %}
{% endfor %}
<br class="clear"/>
{% if not index %}
<div id="uniqueip"><span style="display: block; float: left;">Unique IPs: {{ iparray|length }} </span></div>
{% endif %}
<br class="clear"/>{% if hr %}<hr/>{% endif %}
{% if hr %}<hr/>{% endif %}
</div>

0 comments on commit cd09c18

Please sign in to comment.