mirror of
https://github.com/rvtr/ninjacheetah.github.io.git
synced 2025-06-18 11:05:37 -04:00
Missed a spot
This commit is contained in:
parent
fecffb2c53
commit
0c25309adc
@ -2,7 +2,5 @@ window.addEventListener('load', setFooterDate, false);
|
||||
|
||||
function setFooterDate() {
|
||||
let footerDate = document.getElementById("footerDate");
|
||||
let date = new Date().getFullYear();
|
||||
|
||||
footerDate.textContent = date.toString();
|
||||
footerDate.textContent = new Date().getFullYear().toString();
|
||||
}
|
Loading…
Reference in New Issue
Block a user