diff options
author | Chocobozzz <me@florianbigard.com> | 2021-09-10 15:43:15 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-09-10 15:53:33 +0200 |
commit | 89ac282e0437ae839e3d71566f25321f9b9384e9 (patch) | |
tree | 36c19effc7d10e727b4896c1958ba3542fb53a1d /client/src/standalone/videos/test-embed.ts | |
parent | 624e42fdf9456816f92000e632d01390f3b5c840 (diff) | |
download | PeerTube-89ac282e0437ae839e3d71566f25321f9b9384e9.tar.gz PeerTube-89ac282e0437ae839e3d71566f25321f9b9384e9.tar.zst PeerTube-89ac282e0437ae839e3d71566f25321f9b9384e9.zip |
Fix embed api
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 301c95d7b..7213cbf8b 100644 --- a/client/src/standalone/videos/test-embed.ts +++ b/client/src/standalone/videos/test-embed.ts | |||
@@ -84,8 +84,6 @@ window.addEventListener('load', async () => { | |||
84 | captionEl.innerHTML = '' | 84 | captionEl.innerHTML = '' |
85 | 85 | ||
86 | captions.forEach(c => { | 86 | captions.forEach(c => { |
87 | console.log(c) | ||
88 | |||
89 | if (c.mode === 'showing') { | 87 | if (c.mode === 'showing') { |
90 | const itemEl = document.createElement('strong') | 88 | const itemEl = document.createElement('strong') |
91 | itemEl.innerText = `${c.label} (active)` | 89 | itemEl.innerText = `${c.label} (active)` |