Added facebook app_id

This commit is contained in:
Kasper Rynning-Tønnesen
2016-11-22 14:34:04 +01:00
parent da9565bf63
commit ec6f4ae436
4 changed files with 15 additions and 13 deletions

View File

@@ -268,11 +268,11 @@ var Nochan = {
$(".mobile-search").remove();
$("main").attr("class", "container center-align main");
$("body").attr("id", "channelpage");
$("header").html($($(e)[59]).html());
$("header").html($($(e)[63]).html());
if($("#alreadychannel").length === 0 || Helper.mobilecheck() || Player.player === undefined){
$("main").html($($(e)[63]).html());
$("main").html($($(e)[67]).html());
} else {
var main = $($($($($(e)[63]).html())[0]).html());
var main = $($($($($(e)[67]).html())[0]).html());
$("#main-row").append($(main[2]).wrap("<div>").parent().html());
$("#video-container").append($($($(main[0]).html())[4]).wrap("<div>").parent().html());
$("#main-row").append("<div id='playbar'></div>");