mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-03-21 17:24:28 -05:00
fix: missed new keyword for Date
This commit is contained in:
parent
26e486a492
commit
78236ffe82
|
|
@ -72,7 +72,7 @@
|
|||
{{#section 'foot'}}
|
||||
<script>
|
||||
const copyrightYear = document.querySelector("span#copyright-year");
|
||||
copyrightYear.innerText = Date().getFullYear();
|
||||
copyrightYear.innerText = new Date().getFullYear();
|
||||
|
||||
const bandwidthRaccoon = document.querySelector("footer img.bandwidth-raccoon");
|
||||
const bandwidthRaccoonWrapper = document.querySelector("footer .bandwidth-raccoon-wrapper");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user