Removed copythingy from iframed element

This commit is contained in:
Kasper Rynning-Tønnesen
2018-09-23 21:32:57 +02:00
parent fa189967e7
commit 990966b18e

View File

@@ -1236,7 +1236,7 @@ function before_toast(){
} }
function addJoinBox() { function addJoinBox() {
document.querySelector("#video-container").insertAdjacentHTML("beforeend", '<a href="https://zoff.me" target="_blank"><div class="addedJoinBox">Listen directly on https://zoff.me<br>&copy; KasperRT &amp; Nixo</div></a>'); document.querySelector("#video-container").insertAdjacentHTML("beforeend", '<a href="https://zoff.me" target="_blank"><div class="addedJoinBox">Listen directly on https://zoff.me</div></a>');
} }
function scrollChat() { function scrollChat() {