mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +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) {
|
||||
// remove style to unhide river layer
|
||||
if (version < 1.652) {
|
||||
// remove style to unhide layers
|
||||
rivers.attr("style", null);
|
||||
borders.attr("style", null);
|
||||
}
|
||||
})();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue