mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
Prevent flashing tabs issue (#58397)
This was occurring due to remove_admin_tabs being called for non admins in statpanel.dm:44. This ended up being redundant and not needed, therefore I removed the line. Co-authored-by: celotajstg <celotajstg@users.noreply.github.com>
This commit is contained in:
@@ -862,7 +862,6 @@ function remove_tickets() {
|
||||
function remove_interviews() {
|
||||
if(tickets) {
|
||||
tickets = [];
|
||||
update_verbs();
|
||||
}
|
||||
checkStatusTab();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user