mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	stream_settings_ui: Add missing $ prefix to jQuery object variable.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
		
				
					committed by
					
						
						Anders Kaseorg
					
				
			
			
				
	
			
			
			
						parent
						
							fbb42dd297
						
					
				
				
					commit
					1188a0f26d
				
			@@ -585,8 +585,8 @@ export function setup_page(callback) {
 | 
			
		||||
        });
 | 
			
		||||
 | 
			
		||||
        if (should_list_all_streams()) {
 | 
			
		||||
            const toggler_elem = toggler.get();
 | 
			
		||||
            $("#streams_overlay_container .list-toggler-container").prepend(toggler_elem);
 | 
			
		||||
            const $toggler_elem = toggler.get();
 | 
			
		||||
            $("#streams_overlay_container .list-toggler-container").prepend($toggler_elem);
 | 
			
		||||
        }
 | 
			
		||||
        if (current_user.is_guest) {
 | 
			
		||||
            toggler.disable_tab("all-streams");
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user