Transcript: Add label for table view checkbox

This commit is contained in:
James Taylor 2020-09-24 15:16:41 -07:00
parent 0a5088f1e5
commit 9f0d84ddb9

View File

@ -603,6 +603,7 @@ Reload without invidious (for usage of new identity button).</a>
<option>{{ source['label'] }}</option> <option>{{ source['label'] }}</option>
{% endfor %} {% endfor %}
</select> </select>
<label for="transcript-use-table">Table view</label>
<input type="checkbox" id="transcript-use-table"> <input type="checkbox" id="transcript-use-table">
<table id="transcript-table"></table> <table id="transcript-table"></table>
</div> </div>