mirror of
https://github.com/zulip/zulip.git
synced 2025-10-31 20:13:46 +00:00
popovers: Fix name for stream_popover.hide_streamlist_sidebar().
The previous name was super confusing; this function is analogous to hide_userlist_sidebar() and should be named appropriately for that role.
This commit is contained in:
@@ -61,7 +61,7 @@ exports.show_streamlist_sidebar = function () {
|
||||
resize.resize_page_components();
|
||||
};
|
||||
|
||||
exports.restore_stream_list_size = function () {
|
||||
exports.hide_streamlist_sidebar = function () {
|
||||
$(".app-main .column-left").removeClass("expanded");
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user