From 74cfa33193f49854f06d310cf33101fbc2e30a06 Mon Sep 17 00:00:00 2001 From: Celotajs <81999976+celotajstg@users.noreply.github.com> Date: Tue, 13 Apr 2021 19:40:35 +0300 Subject: [PATCH] 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 --- html/statbrowser.html | 1 - 1 file changed, 1 deletion(-) diff --git a/html/statbrowser.html b/html/statbrowser.html index c109e90359c..9a7bbcb9159 100644 --- a/html/statbrowser.html +++ b/html/statbrowser.html @@ -862,7 +862,6 @@ function remove_tickets() { function remove_interviews() { if(tickets) { tickets = []; - update_verbs(); } checkStatusTab(); }