mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
By adding #small to the end of the link, the footer is gone and navigating out is disabled
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
var Channel = {
|
||||
init: function() {
|
||||
if(window.location.hash == "#small") {
|
||||
small_player = true;
|
||||
document.querySelector("footer").style.display = "none";
|
||||
}
|
||||
if(client) {
|
||||
Helper.addClass(".tabs", "hide");
|
||||
Helper.removeClass("#wrapper", "tabs_height");
|
||||
|
||||
Reference in New Issue
Block a user