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>
|
<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…
Reference in a new issue