mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Added join-link for iframes
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user