Trying to fix some w3c validator issues

This commit is contained in:
Kasper Rynning-Tønnesen
2016-11-17 20:20:24 +01:00
parent 2c4ca881be
commit 8037fdd233
8 changed files with 29 additions and 19 deletions

View File

@@ -931,11 +931,11 @@ 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");
if(Helper.mobilecheck()) $("main").html($($(e)[67]).html());
else $("main").append($($($(e)[67]).html())[0]);
$("header").html($($(e)[55]).html());
$($(e)[57]).insertAfter("header");
$($(e)[59]).insertAfter(".mega");
if(Helper.mobilecheck()) $("main").html($($(e)[63]).html());
else $("main").append($($($(e)[63]).html())[0]);
$(".page-footer").removeClass("padding-bottom-extra");
$(".page-footer").removeClass("padding-bottom-novideo");
$("#favicon").attr("href", "static/images/favicon.png");