From 40f14310a029a8f43b035f4cca14d42ff76f8440 Mon Sep 17 00:00:00 2001 From: justcool393 Date: Fri, 16 Dec 2022 15:21:36 -0600 Subject: [PATCH] idk --- files/events/assets/js/snow.js | 2 +- files/events/templates/awards.html | 2 +- files/events/templates/banner_rDrama.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/files/events/assets/js/snow.js b/files/events/assets/js/snow.js index 0b42efc93..cfcf4b940 100644 --- a/files/events/assets/js/snow.js +++ b/files/events/assets/js/snow.js @@ -11,7 +11,7 @@ /*jslint nomen: true, plusplus: true, sloppy: true, vars: true, white: true */ /*global window, document, navigator, clearInterval, setInterval */ -function snow(window, document, flakesMax) { +function snow(flakesMax) { // --- common properties --- this.autoStart = true; // Whether the snow should start automatically or not. diff --git a/files/events/templates/awards.html b/files/events/templates/awards.html index b8fc83ba3..abd182c73 100644 --- a/files/events/templates/awards.html +++ b/files/events/templates/awards.html @@ -6,6 +6,6 @@ {% endfor %} {% if p.award_count("snow", v) %} - + {% endif %} diff --git a/files/events/templates/banner_rDrama.html b/files/events/templates/banner_rDrama.html index d425c5b9f..a20a07401 100644 --- a/files/events/templates/banner_rDrama.html +++ b/files/events/templates/banner_rDrama.html @@ -1,6 +1,6 @@ {# #} -{% if request.path == '/' %}{% endif %} +{% if request.path == '/' %}{% endif %}