finish viewer legend

This commit is contained in:
2020-08-13 15:01:37 +08:00
parent e12fc221ae
commit 2238c7154c
4 changed files with 155 additions and 2 deletions

View File

@ -85,7 +85,7 @@ function highlightLink(target) {
$(this).attr("stroke", "orange");
}
if ($(this).hasClass("link-elink")) {
$(this).attr("stroke", "orange");
$(this).attr("stroke", "orangered");
}
});