Fixed mistakes

This commit is contained in:
Anders
2020-06-25 15:11:59 +02:00
parent 8bda01c1dc
commit 1d08ddbf58
4 changed files with 10 additions and 28 deletions
+2 -1
View File
@@ -1,4 +1,4 @@
document.addEventListener("DOMContentLoaded", function(){
/*document.addEventListener("DOMContentLoaded", function(){
// Handler when the DOM is fully loaded
var path = window.location.pathname;
@@ -14,3 +14,4 @@ function updateWeek() {
elm.innerHTML = "Uge " + date.getWeek();
}
*/