Skip to content

Commit

Permalink
Update modemap.js
Browse files Browse the repository at this point in the history
  • Loading branch information
timmysiauw authored Nov 14, 2019
1 parent f1e0803 commit c50b37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modemap.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ var modemap = function() {
}
)

gh.bindPopup(content[i][gh_col] + ': ' + String(content[i].val_col))
gh.bindPopup(content[i][gh_col] + ': ' + String(content[i][val_col]))

gh.addTo(map)
}
Expand Down

0 comments on commit c50b37b

Please sign in to comment.