fix: don't mask routes

This commit is contained in:
Azgaar 2024-12-13 19:53:57 +01:00
parent ced7b88054
commit 488f51a0f4
3 changed files with 2 additions and 3 deletions

View file

@ -240,7 +240,6 @@ t,
#routes {
fill: none;
cursor: pointer;
mask: url(#land);
}
i.icon-lock {

View file

@ -138,7 +138,7 @@
}
</style>
<link rel="preload" href="index.css?v=1.106.2" as="style" onload="this.onload=null; this.rel='stylesheet'" />
<link rel="preload" href="index.css?v=1.106.3" as="style" onload="this.onload=null; this.rel='stylesheet'" />
<link rel="preload" href="icons.css" as="style" onload="this.onload=null; this.rel='stylesheet'" />
<link rel="preload" href="libs/jquery-ui.css" as="style" onload="this.onload=null; this.rel='stylesheet'" />
</head>

View file

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