Fix snow effect

websocket
loicbersier 5 years ago
parent e22933c7fe
commit 4429cb68ad

@ -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>

@ -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

Loading…
Cancel
Save