This commit is contained in:
Azgaar 2019-10-19 18:00:52 +03:00
parent 66acd562aa
commit 005db7bd90

View file

@ -875,6 +875,8 @@ function parseLoadedData(data) {
viewbox.selectAll("g").each(function() { viewbox.selectAll("g").each(function() {
if (this.hasAttribute("display")) this.removeAttribute("display"); if (this.hasAttribute("display")) this.removeAttribute("display");
fogging.style("display", "none"); fogging.style("display", "none");
prec.style("display", "none");
ruler.style("display", "none");
}); });
} }