forked from MarseyWorld/MarseyWorld
master
parent
ab147345e8
commit
63af204dae
|
@ -9,8 +9,8 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
{% set ups=p.upvotes_fuzzed %}
|
{% set ups=p.upvotes %}
|
||||||
{% set downs=p.downvotes_fuzzed %}
|
{% set downs=p.downvotes %}
|
||||||
{% set score=ups-downs %}
|
{% set score=ups-downs %}
|
||||||
|
|
||||||
{% if v %}
|
{% if v %}
|
||||||
|
|
Loading…
Reference in New Issue