v. 0.60.01b

This commit is contained in:
Azgaar 2018-09-24 00:34:56 +03:00
parent 4704081bf9
commit 64c8dcf211
2 changed files with 2 additions and 1 deletions

View file

@ -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");
},