From 64c8dcf211c16097a39a504fa9464567b8b8995e Mon Sep 17 00:00:00 2001 From: Azgaar Date: Mon, 24 Sep 2018 00:34:56 +0300 Subject: [PATCH] v. 0.60.01b --- index.html | 2 +- script.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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"); },