Update script.js

#167 fix
This commit is contained in:
Azgaar 2018-11-27 14:00:30 +03:00 committed by GitHub
parent 04373d9285
commit e59c001934
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10369,7 +10369,7 @@ function fantasyMap() {
$("#mapLayers li").not("#toggleOcean").addClass("buttonoff");
$("#toggleOcean").removeClass("buttonoff");
$("#oceanPattern").fadeIn();
$("#rivers, #terrain, #overlay, #borders, #regions, #icons, #labels, #routes, #grid, #markers").fadeOut();
$("#rivers, #terrain, #borders, #regions, #icons, #labels, #routes, #grid, #markers").fadeOut();
cults.selectAll("path").remove();
terrs.selectAll("path").remove();
if (preset === "layoutPolitical") {