From 238660fe6943247dbf0ff961c4ff8ddd682e44d0 Mon Sep 17 00:00:00 2001 From: Archie Date: Fri, 5 Nov 2021 02:35:43 -0300 Subject: [PATCH] Oversight --- html/statbrowser.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/html/statbrowser.html b/html/statbrowser.html index b6de72108..8a58d32c4 100644 --- a/html/statbrowser.html +++ b/html/statbrowser.html @@ -723,12 +723,11 @@ function update_examine(html,flavour,ooc) { } function draw_examine() { - var statcontentdiv = document.getElementById("statcontent"); if(!document.getElementById("Examine")) { createStatusTab("Examine"); current_tab = "Examine"; } - statcontentdiv[textContentKey] = inner; + statcontentdiv[textContentKey] = ""; document.getElementById("statcontent").innerHTML = examine_tab_parts; }