Added join-link for iframes

This commit is contained in:
Kasper Rynning-Tønnesen
2018-09-23 21:15:10 +02:00
parent f5e9424161
commit df2bb4809e
3 changed files with 20 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ var Channel = {
if(window.location.hash == "#small" || inIframe()) {
small_player = true;
document.querySelector("footer").style.display = "none";
addJoinBox();
}
if(client) {
Helper.addClass(".tabs", "hide");