v 0.8.29b

This commit is contained in:
Azgaar 2019-06-03 21:55:46 +03:00
parent 18d068611b
commit 6e3bef3bc2
2 changed files with 3 additions and 4 deletions

View file

@ -104,7 +104,6 @@ button, select, a {
#statesHalo {
fill: none;
stroke-width: 10;
filter: url(#blur5);
/*animation: hideshow 3s infinite;*/
}

View file

@ -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