diff options
author | Chocobozzz <me@florianbigard.com> | 2021-10-11 09:37:30 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-10-11 09:37:30 +0200 |
commit | d00e9c54f341547f0874015953f203da90846fa7 (patch) | |
tree | 40d6f8dda05ac192bfba2859e34ba443e8428d33 /client/src/standalone/videos/test-embed.ts | |
parent | eecd7ac359178698142717d96a086e511f3363e5 (diff) | |
parent | 89ac282e0437ae839e3d71566f25321f9b9384e9 (diff) | |
download | PeerTube-d00e9c54f341547f0874015953f203da90846fa7.tar.gz PeerTube-d00e9c54f341547f0874015953f203da90846fa7.tar.zst PeerTube-d00e9c54f341547f0874015953f203da90846fa7.zip |
Merge branch 'next' into develop
Diffstat (limited to 'client/src/standalone/videos/test-embed.ts')
-rw-r--r-- | client/src/standalone/videos/test-embed.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/client/src/standalone/videos/test-embed.ts b/client/src/standalone/videos/test-embed.ts index a28a83cc1..18c338a2d 100644 --- a/client/src/standalone/videos/test-embed.ts +++ b/client/src/standalone/videos/test-embed.ts | |||
@@ -86,8 +86,6 @@ window.addEventListener('load', async () => { | |||
86 | captionEl.innerHTML = '' | 86 | captionEl.innerHTML = '' |
87 | 87 | ||
88 | captions.forEach(c => { | 88 | captions.forEach(c => { |
89 | console.log(c) | ||
90 | |||
91 | if (c.mode === 'showing') { | 89 | if (c.mode === 'showing') { |
92 | const itemEl = document.createElement('strong') | 90 | const itemEl = document.createElement('strong') |
93 | itemEl.innerText = `${c.label} (active)` | 91 | itemEl.innerText = `${c.label} (active)` |