Skip to content

Commit a73a752

Browse files
committed
tooltip fix
1 parent 7de184f commit a73a752

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/tracker.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1079,8 +1079,8 @@ function habitat_data(jsondata, alternative) {
10791079
else
10801080
name = guess_name(k);
10811081

1082-
if (keys[k] !== undefined)
1083-
name = keys[k];
1082+
if (tooltips[k] !== undefined)
1083+
tooltip = tooltips[k];
10841084

10851085
if (suffixes[k] !== undefined)
10861086
suffix = suffixes[k];

0 commit comments

Comments
 (0)