awards: remove vestiges of awards that don't exist anymore
This commit is contained in:
parent
026a9efe2b
commit
a863b9c957
6 changed files with 4 additions and 71 deletions
|
@ -137,7 +137,7 @@
|
|||
<div id="post-root" class="col-12">
|
||||
|
||||
<div class="card border-0 mt-3{% if p.is_banned %} banned{% endif %}{% if p.stickied %} stickied{% endif %}{% if voted==1 %} upvoted{% elif voted==-1 %} downvoted{% endif %}">
|
||||
<div id="post-{{p.id}}" class="{% if p.award_count('glowie') %}glow{% endif %} {% if p.deleted_utc %}deleted {% endif %}d-flex flex-row-reverse flex-nowrap justify-content-end">
|
||||
<div id="post-{{p.id}}" class="{% if p.deleted_utc %}deleted {% endif %}d-flex flex-row-reverse flex-nowrap justify-content-end">
|
||||
|
||||
<div id="post-content" class="{% if p.deleted_utc %}deleted {% endif %}card-block w-100 my-md-auto">
|
||||
|
||||
|
@ -614,18 +614,6 @@
|
|||
{% include "comments.html" %}
|
||||
{% endif %}
|
||||
|
||||
{% if p.award_count("shit") %}
|
||||
<script src="{{ 'js/critters.js' | asset }}"></script>
|
||||
<script src="{{ 'js/bugs.js' | asset }}"></script>
|
||||
{% endif %}
|
||||
|
||||
|
||||
{% if p.award_count("fireflies") %}
|
||||
<script src="{{ 'js/critters.js' | asset }}"></script>
|
||||
<script src="{{ 'js/fireflies.js' | asset }}"></script>
|
||||
{% endif %}
|
||||
|
||||
|
||||
<script>
|
||||
(() => {
|
||||
{% if not v or v.highlightcomments %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue