diff --git a/modules/ui/zones-editor.js b/modules/ui/zones-editor.js index d575a544..85888c4e 100644 --- a/modules/ui/zones-editor.js +++ b/modules/ui/zones-editor.js @@ -1,7 +1,7 @@ "use strict"; function editZones() { - closeDialogs(); + closeDialogs("#zonesEditor, .stable"); if (!layerIsOn("toggleZones")) toggleZones(); const body = byId("zonesBodySection"); diff --git a/versioning.js b/versioning.js index 50d30ee7..c5bf2fa4 100644 --- a/versioning.js +++ b/versioning.js @@ -12,6 +12,7 @@ * * Example: 1.102.2 -> Major version 1, Minor version 102, Patch version 2 */ + const VERSION = "1.105.21"; if (parseMapVersion(VERSION) !== VERSION) alert("versioning.js: Invalid format or parsing function");