From 2924cab6ca6358c6d00ff124c15073d8f6a9d073 Mon Sep 17 00:00:00 2001 From: doom Date: Sat, 14 Oct 2023 14:44:40 -0700 Subject: [PATCH] typo --- html/statbrowser.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/statbrowser.js b/html/statbrowser.js index 09fd7fac1437..55c3208fcc10 100644 --- a/html/statbrowser.js +++ b/html/statbrowser.js @@ -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 = "View Tactical Map"; if (!document.getElementById("Status")) { createStatusTab("Status"); @@ -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];