Skip to content

Commit

Permalink
Use "Try again" button's ID during offerRetry(), too
Browse files Browse the repository at this point in the history
  • Loading branch information
forevermatt committed Dec 2, 2024
1 parent 6ad6fef commit de3da9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
}
function offerRetry() {
const retryButton = document.querySelector('.mdl-button.mdl-color-text--red');
const retryButton = document.getElementById('retryButton');
retryButton.classList.remove('hide');
}
Expand Down

0 comments on commit de3da9a

Please sign in to comment.