diff --git a/index.html b/index.html index acf96cb1..02dc6c97 100644 --- a/index.html +++ b/index.html @@ -1269,5 +1269,5 @@ - + diff --git a/script.js b/script.js index 260033be..42bc9432 100644 --- a/script.js +++ b/script.js @@ -7634,6 +7634,7 @@ function fantasyMap() { $("#alert").dialog({title: "File saver. Please enable popups!", buttons: { "Don't show again": function() { + localStorage.clear(); localStorage.setItem("dns_allow_popup_message", true); $(this).dialog("close"); },