Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
doom committed Oct 14, 2023
1 parent 0a3b2d8 commit 2924cab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions html/statbrowser.js
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ function draw_debug() {
document.getElementById("statcontent").appendChild(table3);
}
function draw_status() {
var satus_tab_map_href_exception =
var status_tab_map_href_exception =
"<a href='?MapView=1'>View Tactical Map</a>";
if (!document.getElementById("Status")) {
createStatusTab("Status");
Expand All @@ -373,7 +373,7 @@ function draw_status() {
.appendChild(document.createElement("br"));
} else if (
// hardcoded for testing purposes .includes() seems to be breaking things for some reason.
status_tab_parts[i] == satus_tab_map_href_exception
status_tab_parts[i] == status_tab_map_href_exception
) {
var maplink = document.createElement("a");
maplink.innerHTML = status_tab_parts[i];
Expand Down

0 comments on commit 2924cab

Please sign in to comment.