Fix confetti appearing in awardModal.

The confetti button in the awardModal had a conflicting ID to the
newly-reimplemented confetti award. This resulted in an amusing bug
where the awardModal was filled with confetti. Conflict has been
resolved by renaming the confetti overlay.

This is what I deserve for writing code at 3AM.
remotes/1693045480750635534/spooky-22
Snakes 2022-05-23 11:51:10 -04:00
parent c5413e9e53
commit 727f58f159
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@
<style>:root{--primary:#{{v.themecolor}}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=272">
<link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=58">
<link rel="stylesheet" href="/assets/css/awards.css?v=5">
<link rel="stylesheet" href="/assets/css/awards.css?v=6">
{% if v.agendaposter %}
<style>
html {
@ -36,7 +36,7 @@
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=272">
<link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=57">
<link rel="stylesheet" href="/assets/css/awards.css?v=5">
<link rel="stylesheet" href="/assets/css/awards.css?v=6">
{% endif %}
{% if request.path == '/catalog' %}

View File

@ -64,7 +64,7 @@
{% endif %}
{% if p.award_count("confetti") %}
<div id="confetti"></div>
<div id="post-award-confetti"></div>
{% endif %}
{% if p.award_count("firework") %}