diff --git a/index.css b/index.css index fd8e8f1e..0244eb23 100644 --- a/index.css +++ b/index.css @@ -240,7 +240,6 @@ t, #routes { fill: none; cursor: pointer; - mask: url(#land); } i.icon-lock { diff --git a/index.html b/index.html index c65c7cc3..6ab76c10 100644 --- a/index.html +++ b/index.html @@ -138,7 +138,7 @@ } - + diff --git a/versioning.js b/versioning.js index 8125e816..e303b891 100644 --- a/versioning.js +++ b/versioning.js @@ -13,7 +13,7 @@ * Example: 1.102.2 -> Major version 1, Minor version 102, Patch version 2 */ -const VERSION = "1.106.2"; +const VERSION = "1.106.3"; if (parseMapVersion(VERSION) !== VERSION) alert("versioning.js: Invalid format or parsing function"); {