From 4bdada17fe1d2a48906b4b353da12604b8ac9f60 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 7 Sep 2021 01:19:18 +0200 Subject: [PATCH] fd --- files/templates/default.html | 4 +++- files/templates/expanded_video_modal2.html | 5 +---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/files/templates/default.html b/files/templates/default.html index 70f8434d6..96837c024 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -507,7 +507,9 @@ var linkText = document.getElementById("desktop-expanded-video-link"); var inlineVideo = document.getElementById("desktop-expanded-video2"); - inlineVideo.src = video; + str = `` + + inlineVideo.innerHTML = str; linkText.href = video; linkText.textContent = 'View original'; diff --git a/files/templates/expanded_video_modal2.html b/files/templates/expanded_video_modal2.html index 896bf8158..dc2dbf242 100644 --- a/files/templates/expanded_video_modal2.html +++ b/files/templates/expanded_video_modal2.html @@ -5,10 +5,7 @@