diff options
author | Chocobozzz <me@florianbigard.com> | 2018-06-07 10:32:50 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-06-07 10:32:50 +0200 |
commit | cc69c8db39f48b1053c246458541ccc406228711 (patch) | |
tree | 70ec9dbbfbd94f32fb079398cfdb9bfa1dcfdde9 /client/src/assets/player | |
parent | 5b7c47a781f33bfbeff12c30f5c790bac2378731 (diff) | |
download | PeerTube-cc69c8db39f48b1053c246458541ccc406228711.tar.gz PeerTube-cc69c8db39f48b1053c246458541ccc406228711.tar.zst PeerTube-cc69c8db39f48b1053c246458541ccc406228711.zip |
Fix markdown links truncating
Diffstat (limited to 'client/src/assets/player')
-rw-r--r-- | client/src/assets/player/peertube-player.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/client/src/assets/player/peertube-player.ts b/client/src/assets/player/peertube-player.ts index 1707f34f0..eb75091de 100644 --- a/client/src/assets/player/peertube-player.ts +++ b/client/src/assets/player/peertube-player.ts | |||
@@ -113,8 +113,6 @@ function getControlBarChildren (options: { | |||
113 | } | 113 | } |
114 | 114 | ||
115 | function addContextMenu (player: any, videoEmbedUrl: string) { | 115 | function addContextMenu (player: any, videoEmbedUrl: string) { |
116 | console.log(videoEmbedUrl) | ||
117 | |||
118 | player.contextmenuUI({ | 116 | player.contextmenuUI({ |
119 | content: [ | 117 | content: [ |
120 | { | 118 | { |