Add button_with_spinner class to add channel button.

master
voussoir 2020-08-20 15:09:23 -07:00
parent 1eb9941e27
commit e083223cfc
1 changed files with 1 additions and 1 deletions

View File

@ -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() %}