forked from leftypol/leftypol
Feedback on uniqueIpFix. Moves the insertion of the bar | after Unique IPs to be inserted by the thread watcher JS script. see: https://leftypol.org/tech/res/6724.html#11998
This commit is contained in:
parent
220896b535
commit
e6106e04e0
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue