mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 23:43:43 +00:00
left_sidebar: Rename private_messages_section to use direct.
Rename `private_messages_section` to `direct-messages-section`. We've also hyphenated the attribute during the rename. Part of the private_message to direct_message rename project.
This commit is contained in:
committed by
Tim Abbott
parent
7dc47e8484
commit
b197659d8a
@@ -24,7 +24,7 @@ let zoomed = false;
|
||||
|
||||
function get_private_messages_section_header(): JQuery {
|
||||
return $(
|
||||
".direct-messages-container #private_messages_section #private_messages_section_header",
|
||||
".direct-messages-container #direct-messages-section #private_messages_section_header",
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user