Skip to content

Commit

Permalink
display total time on main display as soon as stopwatch area created …
Browse files Browse the repository at this point in the history
…> relates #3
  • Loading branch information
VirtualDOMinic committed Sep 8, 2018
1 parent 09ce9d3 commit bdf116b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ function createStopwatchArea(ppl, time, pplArr) {
convertToMinsSecs(time / ppl);

timerArea.classList.remove("hidden"); // display main timer
mainTimerDisplay.innerText = convertToMinsSecs(time);
areaIntro.classList.add("notice");
noticeArea.appendChild(areaIntro);

Expand Down

0 comments on commit bdf116b

Please sign in to comment.