mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
stream_list: Remove unused references to stream-filters-label.
This commit is contained in:
@@ -416,10 +416,7 @@ export function zoom_in_topics(options: {stream_id: number | undefined}): void {
|
||||
|
||||
$("#streams_list").expectOne().removeClass("zoom-out").addClass("zoom-in");
|
||||
|
||||
// Hide stream list titles and pinned stream splitter
|
||||
$(".stream-filters-label").each(function () {
|
||||
$(this).hide();
|
||||
});
|
||||
// Hide pinned stream splitter
|
||||
$(".streams_subheader").each(function () {
|
||||
$(this).hide();
|
||||
});
|
||||
@@ -441,10 +438,7 @@ export function zoom_in_topics(options: {stream_id: number | undefined}): void {
|
||||
}
|
||||
|
||||
export function zoom_out_topics(): void {
|
||||
// Show stream list titles and pinned stream splitter
|
||||
$(".stream-filters-label").each(function () {
|
||||
$(this).show();
|
||||
});
|
||||
// Show pinned stream splitter
|
||||
$(".streams_subheader").each(function () {
|
||||
$(this).show();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user