Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Drulikar committed Oct 24, 2023
1 parent dea773f commit 790358a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/statbrowser.js
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ function draw_status() {
.getElementById("statcontent")
.appendChild(document.createElement("br"));
} else if (
// hardcoded for testing purposes .includes() seems to be breaking things for some reason.
// hardcoded because merely using .includes() to test for a href seems unreliable for some reason.
status_tab_parts[i] == status_tab_map_href_exception
) {
var maplink = document.createElement("a");
Expand Down

0 comments on commit 790358a

Please sign in to comment.