Fix snow effect
This commit is contained in:
parent
e22933c7fe
commit
4429cb68ad
2 changed files with 2 additions and 2 deletions
|
@ -162,7 +162,7 @@
|
|||
<p><a href="legacy">Legacy version</a></p>
|
||||
</footer>
|
||||
@if(month == '11')
|
||||
<script src="js/snow.js"></script>
|
||||
<script src="JS/snow.js"></script>
|
||||
@endif
|
||||
</body>
|
||||
<script>
|
||||
|
|
|
@ -73,7 +73,7 @@
|
|||
<p><a href="/">Return to main page</a></p>
|
||||
</footer>
|
||||
@if(month == '11')
|
||||
<script src="js/snow.js"></script>
|
||||
<script src="JS/snow.js"></script>
|
||||
@endif
|
||||
<script>
|
||||
// If alt download block other settings since they don't work anyway
|
||||
|
|
Loading…
Reference in a new issue