Skip to content

Commit

Permalink
auskommentiert shotTimer()
Browse files Browse the repository at this point in the history
  • Loading branch information
Closer2U committed Feb 21, 2024
1 parent 3cea5ad commit 5d14964
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion js/timer.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ function fadeTimer() {
}, 100);
}

/**
display.onclick = function showTimer () {
console.log("Display2: ")
//TODO fix damit man den Timer wieder einblenden kann
Expand All @@ -59,4 +60,5 @@ display.onclick = function showTimer () {
clearInterval(showEffect);
}
}, 100);
}
}
**/

0 comments on commit 5d14964

Please sign in to comment.