We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d09014 commit 6799a86Copy full SHA for 6799a86
Sprint-3/alarmclock/alarmclock.js
@@ -64,7 +64,7 @@ function pauseCountDown(e) {
64
function cleanInitialState() {
65
clearInterval(intervalId);
66
document.body.classList.remove("finish-countdown");
67
- updateDisplayedTime(0)//document.getElementById("timeRemaining").innerHTML = "Time Remaining: 00:00";
+ updateDisplayedTime(0)
68
document.getElementById("alarmSet").value = null;
69
pauseAlarm();
70
}
0 commit comments