diff options
author | Chocobozzz <me@florianbigard.com> | 2018-07-10 18:36:07 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-07-10 18:36:07 +0200 |
commit | a7c9cbb56f4c8cca074ebe5bb35d59458b2e414e (patch) | |
tree | d9993dd11e718f6a9598a6a0513d5d8e39e5b582 /client/src/standalone | |
parent | 902aa3a099638b2198c24c076c61577a8435277b (diff) | |
download | PeerTube-a7c9cbb56f4c8cca074ebe5bb35d59458b2e414e.tar.gz PeerTube-a7c9cbb56f4c8cca074ebe5bb35d59458b2e414e.tar.zst PeerTube-a7c9cbb56f4c8cca074ebe5bb35d59458b2e414e.zip |
Change friendly reminder about privacy.
Diffstat (limited to 'client/src/standalone')
-rw-r--r-- | client/src/standalone/videos/test-embed.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/standalone/videos/test-embed.ts b/client/src/standalone/videos/test-embed.ts index c0181ed28..dba331e90 100644 --- a/client/src/standalone/videos/test-embed.ts +++ b/client/src/standalone/videos/test-embed.ts | |||
@@ -49,7 +49,7 @@ window.addEventListener('load', async () => { | |||
49 | } else { | 49 | } else { |
50 | let itemEl = document.createElement('a') | 50 | let itemEl = document.createElement('a') |
51 | itemEl.href = 'javascript:;' | 51 | itemEl.href = 'javascript:;' |
52 | itemEl.innerText = rate | 52 | itemEl.innerText = rate.toString() |
53 | itemEl.addEventListener('click', () => { | 53 | itemEl.addEventListener('click', () => { |
54 | player.setPlaybackRate(rate) | 54 | player.setPlaybackRate(rate) |
55 | currentRate = rate | 55 | currentRate = rate |