diff options
author | James Taylor <user234683@users.noreply.github.com> | 2020-09-24 15:16:41 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2020-09-24 15:16:41 -0700 |
commit | 9f0d84ddb9e5ae67d1626bea94501ff0308efae5 (patch) | |
tree | d93ad6055e35ec984cc51fe85830a17ef76472bd /youtube/templates | |
parent | 0a5088f1e503f43f06b30f709e6aa4e5947d2aca (diff) | |
download | yt-local-9f0d84ddb9e5ae67d1626bea94501ff0308efae5.tar.lz yt-local-9f0d84ddb9e5ae67d1626bea94501ff0308efae5.tar.xz yt-local-9f0d84ddb9e5ae67d1626bea94501ff0308efae5.zip |
Transcript: Add label for table view checkbox
Diffstat (limited to 'youtube/templates')
-rw-r--r-- | youtube/templates/watch.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube/templates/watch.html b/youtube/templates/watch.html index e3c6fa0..7fa4b53 100644 --- a/youtube/templates/watch.html +++ b/youtube/templates/watch.html @@ -603,6 +603,7 @@ Reload without invidious (for usage of new identity button).</a> <option>{{ source['label'] }}</option> {% endfor %} </select> + <label for="transcript-use-table">Table view</label> <input type="checkbox" id="transcript-use-table"> <table id="transcript-table"></table> </div> |