[MIRROR] rigsuit fixes (#10546)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-29 10:31:28 -07:00
committed by GitHub
parent 902d7ab4fa
commit 972a7f124e
7 changed files with 32 additions and 276 deletions

View File

@@ -89,6 +89,9 @@ function removeStatusTab(name) {
verb_tabs.splice(i, 1);
}
}
if(current_tab == name) {
tab_change("Status");
}
menu.removeChild(document.getElementById(name));
TakeTabFromByond(name);
}