Fix snow effect

This commit is contained in:
loicbersier 2019-12-03 22:58:24 +01:00
parent e22933c7fe
commit 4429cb68ad
2 changed files with 2 additions and 2 deletions

View file

@ -162,7 +162,7 @@
<p><a href="legacy">Legacy version</a></p> <p><a href="legacy">Legacy version</a></p>
</footer> </footer>
@if(month == '11') @if(month == '11')
<script src="js/snow.js"></script> <script src="JS/snow.js"></script>
@endif @endif
</body> </body>
<script> <script>

View file

@ -73,7 +73,7 @@
<p><a href="/">Return to main page</a></p> <p><a href="/">Return to main page</a></p>
</footer> </footer>
@if(month == '11') @if(month == '11')
<script src="js/snow.js"></script> <script src="JS/snow.js"></script>
@endif @endif
<script> <script>
// If alt download block other settings since they don't work anyway // If alt download block other settings since they don't work anyway