Skip to content

Commit

Permalink
fix links in county maps
Browse files Browse the repository at this point in the history
  • Loading branch information
harborlighttech committed Oct 28, 2024
1 parent 44a1369 commit 38e46ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ function getNextHour(date, hour) {
function getLink(text, d, s) {
let url = location.protocol + '//' + location.host + location.pathname + '?date=' + d
if (undefined != s) {
url = url + + '&scope=' + s
url = url + '&scope=' + s
}
return `<a href="${url}">${text}</a>`;
}

0 comments on commit 38e46ae

Please sign in to comment.