Add button_with_spinner class to add channel button.
This commit is contained in:
		
							parent
							
								
									1eb9941e27
								
							
						
					
					
						commit
						e083223cfc
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -54,7 +54,7 @@ | ||||||
|     <span><button class="refresh_button button_with_spinner" onclick="refresh_all_channels_form(true)">Refresh everything</button></span> |     <span><button class="refresh_button button_with_spinner" onclick="refresh_all_channels_form(true)">Refresh everything</button></span> | ||||||
|     <div> |     <div> | ||||||
|         <input type="text" id="new_channel_textbox"> |         <input type="text" id="new_channel_textbox"> | ||||||
|         <button id="new_channel_button" onclick="add_channel_form(event)">Add new channel</button> |         <button id="new_channel_button" class="button_with_spinner" onclick="add_channel_form(event)">Add new channel</button> | ||||||
|     </div> |     </div> | ||||||
|     {% for channel in channels %} |     {% for channel in channels %} | ||||||
|     {% if channel.has_pending() %} |     {% if channel.has_pending() %} | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue