Skip to content

Commit 82eced1

Browse files
committed
(hopefully) fixed time + added cool stuff (removed debug)
1 parent b3ccd74 commit 82eced1

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

html/static/index/js/app.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@ var main = function() {
9595
minutes = Math.floor(minutes % 60);
9696
hours = Math.floor(hours % 24);
9797

98-
hours = 30;
99-
10098
// No-Life protection
10199
if (hours >= 30) {
102100
document.getElementById("clockDIV").innerHTML = "";

0 commit comments

Comments
 (0)