Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6691391

Browse files
fix stop button
1 parent 76badc5 commit 6691391

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function StartClock()
1414
inputHour = Number(document.getElementById("inputHour").value);
1515
inputMinute = Number(document.getElementById("inputMinute").value);
1616
inputSecond = Number(document.getElementById("inputSecond").value);
17-
17+
1818
if(inputHour > 0 || (inputMinute > 0 && inputMinute < 60)|| (inputSecond > 0 && inputSecond < 60))
1919
{
2020
outputHour.innerHTML = FormatTime(inputHour);
@@ -38,7 +38,7 @@ function StopClock()
3838
{
3939
startBtn.style.display = "inline-block";
4040
stopBtn.style.display = "none";
41-
41+
outputContainer.style.display="none";
4242
clearInterval(timerApp);
4343
}
4444

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /