From 20b357d8d991d05e9be9a43aff20bbdbd33ffbe4 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Mon, 24 Oct 2022 16:13:19 -0700 Subject: [PATCH] popovers: Remove unused show_pm_list_sidebar. This was likely introduced in error in fd66d9f70336b2bdbbffb1bf13402516b9920682; it is a duplicate of show_userlist_sidebar, which, in contrast is actually called. --- static/js/popovers.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/static/js/popovers.js b/static/js/popovers.js index de6da20b03..fc4264cd3a 100644 --- a/static/js/popovers.js +++ b/static/js/popovers.js @@ -814,11 +814,6 @@ export function show_userlist_sidebar() { resize.resize_page_components(); } -export function show_pm_list_sidebar() { - $(".app-main .column-left").addClass("expanded"); - resize.resize_page_components(); -} - let current_user_sidebar_user_id; let current_user_sidebar_popover;