mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	subs: Add stream_ui_updates.js module for managing ui elements.
				
					
				
			This commit adds `stream_ui_updates.js` module. This module will includes functions which will update different ui elements (i.e. subscription button, subscriber count).
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							98a1e340ad
						
					
				
				
					commit
					3649a9f15c
				
			
							
								
								
									
										11
									
								
								static/js/stream_ui_updates.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								static/js/stream_ui_updates.js
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,11 @@
 | 
			
		||||
var stream_ui_updates = (function () {
 | 
			
		||||
 | 
			
		||||
var exports = {};
 | 
			
		||||
 | 
			
		||||
return exports;
 | 
			
		||||
}());
 | 
			
		||||
 | 
			
		||||
if (typeof module !== 'undefined') {
 | 
			
		||||
    module.exports = stream_ui_updates;
 | 
			
		||||
}
 | 
			
		||||
window.stream_ui_updates = stream_ui_updates;
 | 
			
		||||
		Reference in New Issue
	
	Block a user