Skip to content

Commit

Permalink
increases refresh rate of timer
Browse files Browse the repository at this point in the history
  • Loading branch information
jenseni-git committed Aug 17, 2024
1 parent 159ab40 commit 6345ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/hackathon_countdown.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ <h1>Announcements</h1>
}
}
timer.textContent = text;
}, 1000);
}, 100);

const announcements_option = document.getElementById("show-announcements");
const announcements_element = document.getElementById("announcements");
Expand Down

0 comments on commit 6345ac9

Please sign in to comment.