From 468e553f7c924da345bd9a11edf115a1e13925f3 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Fri, 26 Jun 2020 20:32:19 +0300 Subject: [PATCH] v1.4.37 --- index.html | 6 +++--- modules/save-and-load.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index f63d3c73..60f463c9 100644 --- a/index.html +++ b/index.html @@ -2412,9 +2412,9 @@ - + - + @@ -3209,7 +3209,7 @@ Select object: Object name: - +
diff --git a/modules/save-and-load.js b/modules/save-and-load.js index 66a4fa51..0ef3ad0c 100644 --- a/modules/save-and-load.js +++ b/modules/save-and-load.js @@ -526,7 +526,7 @@ function uploadMap(file, callback) { } else { load = true; message = `The map version (${mapVersion}) does not match the Generator version (${version}). -
The map will be auto-updated. In case of issues please keep using an ${archive} of the Generator`; +
Click OK to get map auto-updated. In case of issues please keep using an ${archive} of the Generator`; } alertMessage.innerHTML = message; $("#alert").dialog({title: "Version conflict", width: "38em", buttons: {