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