Skip to content

Commit

Permalink
Fix that as well
Browse files Browse the repository at this point in the history
  • Loading branch information
nayakrujul committed Jun 28, 2024
1 parent d0ddf43 commit 7f059c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/folders-match.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ function folders_match_check_input() {
clearInterval(match_timer_id);
window.scrollTo(0, 0);
set_match_high_score(match_time / 10);
update_help_tip();
document.getElementById("timer-div").innerHTML =
`<button class="start-button" id="share-button" role="button">Share!</button>` +
document.getElementById("timer-div").innerHTML +
Expand Down

0 comments on commit 7f059c4

Please sign in to comment.