We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e479b58 commit 1f87ec9Copy full SHA for 1f87ec9
1 file changed
index.html
@@ -455,7 +455,7 @@ <h2>Results</h2>
455
init(); // set up the problems and draw circles
456
457
if (!isRestart) {
458
- const hidePopup = localStorage.getItem("hideLicensePopup");
+ const hidePopup = localStorage.getItem("hidePopup");
459
460
if (hidePopup) {
461
startTimer(); // start immediately if popup gone
@@ -466,7 +466,7 @@ <h2>Results</h2>
466
// define the click handler first
467
closeBtn.onclick = () => {
468
if (document.getElementById("dontShowAgain").checked) {
469
- localStorage.setItem("hideLicensePopup", "true");
+ localStorage.setItem("hidePopup", "true");
470
}
471
licenseOverlay.style.display = "none";
472
startTimer();
0 commit comments