mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 01:16:19 +00:00
css: Rename #home id to #message_feed_container.
This commit is contained in:
@@ -9,7 +9,7 @@ exports.narrow_or_search_for_term = function (search_string) {
|
||||
// while using input tool
|
||||
return search_query_box.val();
|
||||
}
|
||||
ui_util.change_tab_to("#home");
|
||||
ui_util.change_tab_to("#message_feed_container");
|
||||
|
||||
let operators;
|
||||
if (page_params.search_pills_enabled) {
|
||||
|
||||
Reference in New Issue
Block a user