forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-12 11:27:57 -06:00
parent 156c8469bf
commit c795f8db2f
2 changed files with 14 additions and 1 deletions

View File

@ -10,6 +10,19 @@
<div class="settings">
<h2 class="label text-black">Grinch Mode</h2>
<div class="body w-lg-100">
<div>
<input type="checkbox" id="grincheffect" name="grincheffect"{% if v.grincheffect %} checked{% endif %} onchange="post_toast('/settings/profile?grincheffect='+document.getElementById('grincheffect').checked);">
<label class="inline-block pl-2 text-gray-400" for="highlightcomments">
Highlight new comments with a red dot since your last visit to a thread.
</label>
</div>
</div>
<h2 class="label text-black">Highlight New Comments</h2>
<div class="body w-lg-100">

View File

@ -120,7 +120,7 @@
{% endif %}
<!-- Songs & Fireplace awards (logged in) -->
{% if v and not v.grinch %}
{% if v and not v.grincheffect %}
{% if p.award_count("snow") and p.award_count("fireplace") %}
<script defer src="/assets/js/christmas/deanmartin.js?v=1"></script>
{% elif p.award_count("fireplace")%}