mirror of https://github.com/zulip/zulip.git
Remove unused last_sidebar_elem vars.
(imported from commit ec54c62dd0db68956184ec2ed6f07594e023ef64)
This commit is contained in:
parent
51fe87fcd6
commit
d5b0093d0f
|
@ -231,7 +231,6 @@ exports.register_click_handlers = function () {
|
|||
return;
|
||||
}
|
||||
|
||||
var last_sidebar_elem = current_user_sidebar_elem;
|
||||
popovers.hide_all();
|
||||
if (userlist_placement === "right") {
|
||||
popovers.show_userlist_sidebar();
|
||||
|
@ -375,7 +374,6 @@ exports.register_click_handlers = function () {
|
|||
return;
|
||||
}
|
||||
|
||||
var last_sidebar_elem = current_stream_sidebar_elem;
|
||||
popovers.hide_all();
|
||||
popovers.show_streamlist_sidebar();
|
||||
|
||||
|
|
Loading…
Reference in New Issue