mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	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:
		@@ -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) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user