From ef3df8a35fcadfb127175f8eff347e92185d3271 Mon Sep 17 00:00:00 2001 From: Evanston09 Date: Thu, 12 Dec 2024 18:52:40 -0500 Subject: [PATCH] Fix stop snow button --- resources/assets/js/mix/snowstorm.js | 2 +- resources/views/inc/home_footer.blade.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/assets/js/mix/snowstorm.js b/resources/assets/js/mix/snowstorm.js index d168a0b3c..2e68d0b88 100644 --- a/resources/assets/js/mix/snowstorm.js +++ b/resources/assets/js/mix/snowstorm.js @@ -11,7 +11,7 @@ /*jslint nomen: true, plusplus: true, sloppy: true, vars: true, white: true */ /*global window, document, navigator, clearInterval, setInterval */ -var snowStorm = (function (window, document) { +window.snowStorm = (function (window, document) { // --- common properties --- this.autoStart = true; // Whether the snow should start automatically or not. diff --git a/resources/views/inc/home_footer.blade.php b/resources/views/inc/home_footer.blade.php index 78deb189a..54c34423f 100644 --- a/resources/views/inc/home_footer.blade.php +++ b/resources/views/inc/home_footer.blade.php @@ -9,7 +9,7 @@

Privacy Policy, Terms and Conditions

@if(Carbon\Carbon::now()->month == 12) - + @endif