Temporarily remove notices from homepage (for summer)
This commit is contained in:
parent
a63f92faa8
commit
76afacdd27
@ -12,6 +12,7 @@
|
|||||||
66% {color: #4545e8; }
|
66% {color: #4545e8; }
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
<!--
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<a href="/events">
|
<a href="/events">
|
||||||
@ -24,6 +25,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
-->
|
||||||
<script>
|
<script>
|
||||||
document.addEventListener('DOMContentLoaded', function () {
|
document.addEventListener('DOMContentLoaded', function () {
|
||||||
var nextThursday = new Date(Date.now() + (((4 - new Date().getDay() + 7) % 7) * 86400000));
|
var nextThursday = new Date(Date.now() + (((4 - new Date().getDay() + 7) % 7) * 86400000));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user