diff options
author | Chocobozzz <me@florianbigard.com> | 2020-05-06 11:54:33 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-05-06 11:54:33 +0200 |
commit | 1151f5210c0e7665ec6714e73261f299e6fe757b (patch) | |
tree | 4d43e548a7d9ce7e7c4ecf6a257e9c8e395c3f95 /client/src/standalone/videos/test-embed.html | |
parent | fc8aabd0bf38441c0591f21b9b435b52e99ffc23 (diff) | |
download | PeerTube-1151f5210c0e7665ec6714e73261f299e6fe757b.tar.gz PeerTube-1151f5210c0e7665ec6714e73261f299e6fe757b.tar.zst PeerTube-1151f5210c0e7665ec6714e73261f299e6fe757b.zip |
Add ability to update embed captions
Diffstat (limited to 'client/src/standalone/videos/test-embed.html')
-rw-r--r-- | client/src/standalone/videos/test-embed.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/client/src/standalone/videos/test-embed.html b/client/src/standalone/videos/test-embed.html index 20cdbdc5f..9e1d6fc61 100644 --- a/client/src/standalone/videos/test-embed.html +++ b/client/src/standalone/videos/test-embed.html | |||
@@ -38,6 +38,12 @@ | |||
38 | </fieldset> | 38 | </fieldset> |
39 | 39 | ||
40 | <fieldset> | 40 | <fieldset> |
41 | <legend>Captions:</legend> | ||
42 | <div id="caption-list"></div> | ||
43 | <br/> | ||
44 | </fieldset> | ||
45 | |||
46 | <fieldset> | ||
41 | <legend>Rates:</legend> | 47 | <legend>Rates:</legend> |
42 | <div id="rate-list"></div> | 48 | <div id="rate-list"></div> |
43 | </fieldset> | 49 | </fieldset> |