Skip to content

Commit

Permalink
Update quiz.js
Browse files Browse the repository at this point in the history
  • Loading branch information
RasperRevision authored Feb 11, 2024
1 parent 953dbca commit 7508fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quiz.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function updateStopwatch() {
}

qFormattedTime = pad(qm) + ':' + pad(qs);
stopwatch.innerHTML = qFormattedTime;
qstopwatch.innerHTML = qFormattedTime;
}

function pad(value) {
Expand Down

0 comments on commit 7508fff

Please sign in to comment.