927 - Updates to math in Dashboard area

This commit is contained in:
Jonathan Bobel
2023-11-16 12:02:59 -05:00
parent b58b517fc8
commit 06a15c5afc
6 changed files with 18 additions and 5 deletions

View File

@@ -0,0 +1,9 @@
(function (window) {
"use strict";
// Show the current year
document.getElementById("current-year").innerHTML = new Date().getFullYear();
})(window);