mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 18:36:36 +00:00
ui_init: Remove dead code.
`right-userlist` isn't used anywhere in the code.
This commit is contained in:
@@ -300,10 +300,6 @@ export function initialize_kitchen_sink_stuff() {
|
||||
$("body").addClass("spectator-view");
|
||||
}
|
||||
|
||||
if (!user_settings.left_side_userlist) {
|
||||
$("#navbar-buttons").addClass("right-userlist");
|
||||
}
|
||||
|
||||
if (user_settings.high_contrast_mode) {
|
||||
$("body").addClass("high-contrast");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user