mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
v. 0.60.01b
This commit is contained in:
parent
4704081bf9
commit
64c8dcf211
2 changed files with 2 additions and 1 deletions
|
|
@ -1269,5 +1269,5 @@
|
||||||
<input type="file" accept=".txt" id="namesbaseToLoad">
|
<input type="file" accept=".txt" id="namesbaseToLoad">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="script.js?version=0.60.00b"></script>
|
<script src="script.js?version=0.60.01b"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
|
|
@ -7634,6 +7634,7 @@ function fantasyMap() {
|
||||||
$("#alert").dialog({title: "File saver. Please enable popups!",
|
$("#alert").dialog({title: "File saver. Please enable popups!",
|
||||||
buttons: {
|
buttons: {
|
||||||
"Don't show again": function() {
|
"Don't show again": function() {
|
||||||
|
localStorage.clear();
|
||||||
localStorage.setItem("dns_allow_popup_message", true);
|
localStorage.setItem("dns_allow_popup_message", true);
|
||||||
$(this).dialog("close");
|
$(this).dialog("close");
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue