mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-08-23 20:56:19 +01:00
Oversight
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user