gear_menu: Delete unused Bootstrap tabs code.

Before 2017, Zulip's manage streams and settings UIs were tab in the
same pane position as our current message feed and recent topics.

That original implementation was implemented using Bootstrap tabs;
while it hasn't been in use for years, we had a bunch of stale code
related to it leftover in this module.
This commit is contained in:
Tim Abbott
2022-11-20 18:52:18 -08:00
parent f29e748e3b
commit 2a3f708e9a
12 changed files with 6 additions and 76 deletions

View File

@@ -24,7 +24,6 @@ export function narrow_or_search_for_term(search_string) {
// while using input tool
return $search_query_box.val();
}
ui_util.change_tab_to("#message_feed_container");
let operators;
if (page_params.search_pills_enabled) {