diff --git a/code/modules/admin/sql_ban_system.dm b/code/modules/admin/sql_ban_system.dm index 2a3df8df7f4..5dc20a45d0a 100644 --- a/code/modules/admin/sql_ban_system.dm +++ b/code/modules/admin/sql_ban_system.dm @@ -87,7 +87,9 @@ panel_height = 240 var/datum/browser/panel = new(usr, "banpanel", "Banning Panel", 910, panel_height) panel.add_stylesheet("banpanelcss", 'html/admin/banpanel.css') - panel.add_script("banpaneljs", 'html/admin/banpanel.js') + if(usr.client.prefs.tgui_fancy) //some browsers (IE8) have trouble with unsupported css3 elements and DOM methods that break the panel's functionality, so we won't load those if a user is in no frills tgui mode since that's for similar compatability support + panel.add_stylesheet("banpanelcss3", 'html/admin/banpanel_css3.css') + panel.add_script("banpaneljs", 'html/admin/banpanel.js') var/list/output = list("