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