Design work
This commit is contained in:
5
src/static/js/update_copyright.js
Normal file
5
src/static/js/update_copyright.js
Normal file
@@ -0,0 +1,5 @@
|
||||
window.onload = function () {
|
||||
var current_year = new Date().getFullYear();
|
||||
var copyright = document.getElementById('cr-year');
|
||||
copyright.textContent = current_year;
|
||||
}
|
Reference in New Issue
Block a user