From 790358a7e493a56ce10618167ad325b7d0be6ea2 Mon Sep 17 00:00:00 2001 From: Drulikar Date: Tue, 24 Oct 2023 07:22:35 -0700 Subject: [PATCH] Update comment --- html/statbrowser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/statbrowser.js b/html/statbrowser.js index 55c3208fcc10..c2dbce1215b6 100644 --- a/html/statbrowser.js +++ b/html/statbrowser.js @@ -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");