mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
remove border style attr on load
This commit is contained in:
parent
fe63206b35
commit
a3d6050ec7
1 changed files with 3 additions and 2 deletions
|
|
@ -736,9 +736,10 @@ function parseLoadedData(data) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (version < 1.651) {
|
if (version < 1.652) {
|
||||||
// remove style to unhide river layer
|
// remove style to unhide layers
|
||||||
rivers.attr("style", null);
|
rivers.attr("style", null);
|
||||||
|
borders.attr("style", null);
|
||||||
}
|
}
|
||||||
})();
|
})();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue