From 6e3bef3bc28695097004347360faecf8ccf02eb3 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Mon, 3 Jun 2019 21:55:46 +0300 Subject: [PATCH] v 0.8.29b --- index.css | 1 - modules/ui/options.js | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/index.css b/index.css index 848e3124..7ba47551 100644 --- a/index.css +++ b/index.css @@ -104,7 +104,6 @@ button, select, a { #statesHalo { fill: none; - stroke-width: 10; filter: url(#blur5); /*animation: hideshow 3s infinite;*/ } diff --git a/modules/ui/options.js b/modules/ui/options.js index 11a74eaf..edb3fefb 100644 --- a/modules/ui/options.js +++ b/modules/ui/options.js @@ -638,9 +638,9 @@ optionsContent.addEventListener("click", function(event) { }); function mapSizeInputChange() { - changeMapSize(); - localStorage.setItem("mapWidth", mapWidthInput.value); - localStorage.setItem("mapHeight", mapHeightInput.value); + changeMapSize(); + localStorage.setItem("mapWidth", mapWidthInput.value); + localStorage.setItem("mapHeight", mapHeightInput.value); } // change svg size on manual size change or window resize, do not change graph size