Disable welcome message

This commit is contained in:
Troy Alford 2019-05-08 00:53:08 -07:00
parent 4891e8dfef
commit 259f4ecede

View file

@ -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) {