mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 12:01:23 +01:00
Disable welcome message
This commit is contained in:
parent
4891e8dfef
commit
259f4ecede
1 changed files with 1 additions and 1 deletions
2
main.js
2
main.js
|
|
@ -110,7 +110,7 @@ focusOn(); // based on searchParams focus on point, cell or burg from MFCG
|
|||
addDragToUpload(); // allow map loading by drag and drop
|
||||
|
||||
// show message on load if required
|
||||
setTimeout(showWelcomeMessage, 8000);
|
||||
// setTimeout(showWelcomeMessage, 8000);
|
||||
function showWelcomeMessage() {
|
||||
// Changelog dialog window
|
||||
if (localStorage.getItem("version") != version) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue