css: Rename #home id to #message_feed_container.

This commit is contained in:
Aman Agrawal
2020-07-04 19:55:41 +05:30
committed by Tim Abbott
parent 0859a91b14
commit b34d46e00b
12 changed files with 20 additions and 20 deletions

View File

@@ -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) {