aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/assets/player
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-06-07 10:32:50 +0200
committerChocobozzz <me@florianbigard.com>2018-06-07 10:32:50 +0200
commitcc69c8db39f48b1053c246458541ccc406228711 (patch)
tree70ec9dbbfbd94f32fb079398cfdb9bfa1dcfdde9 /client/src/assets/player
parent5b7c47a781f33bfbeff12c30f5c790bac2378731 (diff)
downloadPeerTube-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.ts2
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
115function addContextMenu (player: any, videoEmbedUrl: string) { 115function addContextMenu (player: any, videoEmbedUrl: string) {
116 console.log(videoEmbedUrl)
117
118 player.contextmenuUI({ 116 player.contextmenuUI({
119 content: [ 117 content: [
120 { 118 {