df
This commit is contained in:
parent
6c3e41965a
commit
21dd1f987d
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue