mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Hiding settings in iframed player
This commit is contained in:
@@ -5,8 +5,8 @@ var Channel = {
|
||||
document.querySelector("footer").style.display = "none";
|
||||
addJoinBox();
|
||||
hideAllExtra();
|
||||
document.querySelectorAll(".tab.col.s3")[1].remove();
|
||||
document.querySelectorAll(".tab.col.s3")[1].remove();
|
||||
//document.querySelectorAll(".tab.col.s3")[1].remove();
|
||||
//document.querySelectorAll(".tab.col.s3")[1].remove();
|
||||
}
|
||||
if(client) {
|
||||
Helper.addClass(".tabs", "hide");
|
||||
|
||||
Reference in New Issue
Block a user