v. 0.60.02b

This commit is contained in:
Azgaar 2018-09-24 00:36:18 +03:00
parent 64c8dcf211
commit 4b9a695429

View file

@ -7638,7 +7638,7 @@ function fantasyMap() {
localStorage.setItem("dns_allow_popup_message", true); localStorage.setItem("dns_allow_popup_message", true);
$(this).dialog("close"); $(this).dialog("close");
}, },
Close: function() {$(this).dialog("close");} Close: function() {localStorage.clear(); $(this).dialog("close");}
}, },
position: {my: "center", at: "center", of: "svg"} position: {my: "center", at: "center", of: "svg"}
}); });