mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Moved main.min.js to head
This commit is contained in:
@@ -560,10 +560,10 @@ function onepage_load(){
|
||||
$("main").attr("class", "center-align container");
|
||||
$("body").attr("id", "");
|
||||
$("body").attr("style", "");
|
||||
$("header").html($($(e)[59]).html());
|
||||
$($(e)[61]).insertAfter("header");
|
||||
$($(e)[63]).insertAfter(".mega");
|
||||
$("main").html($($(e)[67]).html());
|
||||
$("header").html($($(e)[61]).html());
|
||||
$($(e)[63]).insertAfter("header");
|
||||
$($(e)[65]).insertAfter(".mega");
|
||||
$("main").html($($(e)[69]).html());
|
||||
$(".page-footer").removeClass("padding-bottom-extra");
|
||||
$(".page-footer").removeClass("padding-bottom-novideo");
|
||||
$("#favicon").attr("href", "static/images/favicon.png");
|
||||
|
||||
@@ -244,8 +244,8 @@ var Nochan = {
|
||||
$(".mobile-search").remove();
|
||||
$("main").attr("class", "container center-align main");
|
||||
$("body").attr("id", "channelpage");
|
||||
$("header").html($($(e)[59]).html());
|
||||
$("main").html($($(e)[63]).html());
|
||||
$("header").html($($(e)[61]).html());
|
||||
$("main").html($($(e)[65]).html());
|
||||
$("#search").attr("placeholder", "Find song on YouTube...");
|
||||
$(".page-footer").addClass("padding-bottom-novideo");
|
||||
if($("#alreadychannel").length == 1){
|
||||
|
||||
Reference in New Issue
Block a user