diff --git a/resources/assets/js/mix/snowstorm.js b/resources/assets/js/mix/snowstorm.js index d168a0b3..2e68d0b8 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 78deb189..54c34423 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