This commit is contained in:
Kasper Rynning-Tønnesen
2017-10-16 22:27:51 +02:00
parent 89a5c3b485
commit 4933b6f8b9
5 changed files with 22 additions and 3 deletions

View File

@@ -233,7 +233,6 @@ var Frontpage = {
},
get_frontpage_lists: function() {
console.log(window.location.hostname);
var add = "";
if(window.location.hostname == "fb.zoff.me") {
add = "https://zoff.me";
@@ -393,6 +392,10 @@ function initfp() {
}
};
if(window.location.hostname == "fb.zoff.me") {
$("footer").addClass("hide");
}
channel_list = $("#channel-list-container").clone().html();
if(window.location.hostname != "fb.zoff.me") share_link_modifier_frontpage();