mirror of
				https://git.tt-rss.org/fox/tt-rss.git
				synced 2025-10-30 19:30:59 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			253 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			253 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| Plugins.Toggle_Sidebar = {
 | |
|     toggle: function() {
 | |
|         Feeds.toggle();
 | |
| 
 | |
|         const label = document.querySelector("i.toggle-sidebar-label");
 | |
| 
 | |
|         label.innerHTML = Element.visible("feeds-holder") ? 'chevron_left' : 'chevron_right';
 | |
|     }
 | |
| };
 |