mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	Create stream_list.initialize().
This commit is contained in:
		@@ -385,7 +385,7 @@ function deselect_top_left_corner_items() {
 | 
			
		||||
    $("ul.filters li").removeClass('active-filter active-sub-filter');
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
$(function () {
 | 
			
		||||
exports.initialize = function () {
 | 
			
		||||
    // TODO, Eventually topic_list won't be a big singleton,
 | 
			
		||||
    // and we can create more component-based click handlers for
 | 
			
		||||
    // each stream.
 | 
			
		||||
@@ -459,7 +459,7 @@ $(function () {
 | 
			
		||||
        e.stopPropagation();
 | 
			
		||||
    });
 | 
			
		||||
 | 
			
		||||
});
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
function actually_update_streams_for_search() {
 | 
			
		||||
    exports.update_streams_sidebar();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user