mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +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">
|
||||
</div>
|
||||
|
||||
<script src="script.js?version=0.60.00b"></script>
|
||||
<script src="script.js?version=0.60.01b"></script>
|
||||
</body>
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue