mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-04 05:31:44 -04:00
927 - Updates to math in Dashboard area
This commit is contained in:
9
app/assets/javascripts/date.js
Normal file
9
app/assets/javascripts/date.js
Normal file
@@ -0,0 +1,9 @@
|
||||
(function (window) {
|
||||
|
||||
"use strict";
|
||||
|
||||
// Show the current year
|
||||
document.getElementById("current-year").innerHTML = new Date().getFullYear();
|
||||
|
||||
|
||||
})(window);
|
||||
Reference in New Issue
Block a user