mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-08-17 06:07:11 -05:00
fix: missed new keyword for Date
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user