Removed copythingy from iframed element

This commit is contained in:
Kasper Rynning-Tønnesen
2018-09-23 21:32:57 +02:00
parent 58e5def473
commit b121151240

View File

@@ -1236,7 +1236,7 @@ function before_toast(){
}
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() {