Skip to content

Commit

Permalink
fixed all remaining issues, rdy for v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EliasB-NU committed May 29, 2024
1 parent 6c99a14 commit f3a0070
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ document.addEventListener("DOMContentLoaded", () => {
updateStopwatch();
if (data.Running) {
startStopwatch();
startPauseBtn.textContent = "Stop"
}
})
.catch(error => console.error('Error fetching stopwatch status:', error));
Expand Down

0 comments on commit f3a0070

Please sign in to comment.