diff --git a/index.css b/index.css index 0244eb23..373bf63c 100644 --- a/index.css +++ b/index.css @@ -166,6 +166,7 @@ t, #texture, #landmass, #vignette, +#gridOverlay, #fogging { pointer-events: none; } diff --git a/index.html b/index.html index e5b48466..c8a93c8a 100644 --- a/index.html +++ b/index.html @@ -138,7 +138,7 @@ } - + Major version 1, Minor version 102, Patch version 2 */ -const VERSION = "1.108.5"; +const VERSION = "1.108.6"; if (parseMapVersion(VERSION) !== VERSION) alert("versioning.js: Invalid format or parsing function"); {