Removed some logs

This commit is contained in:
Kasper Rynning-Tønnesen
2016-04-12 14:44:44 +02:00
parent 39e8b8b6d8
commit 43025452f2
3 changed files with 0 additions and 8 deletions

View File

@@ -1161,7 +1161,6 @@ var connection_options = {
};
$().ready(function(){
console.log(window.location);
if(!window.fromFront && window.location.pathname != "/") init();
});
@@ -1631,7 +1630,6 @@ function onepage_load(){
$("main").attr("class", "center-align container");
$("body").attr("id", "");
$("body").attr("style", "");
console.log($($(e)));
$("header").html($($(e)[57]).html());
$($(e)[59]).insertAfter("header");
$($(e)[61]).insertAfter(".mega");
@@ -1898,8 +1896,6 @@ var Nochan = {
$(".mobile-search").remove();
$("main").attr("class", "container center-align main");
$("body").attr("id", "channelpage");
console.log($($(e)));
console.log($($(e)));
$("header").html($($(e)[57]).html());
$("main").html($($(e)[61]).html());
$("#search").attr("placeholder", "Find song on youtube");

View File

@@ -52,7 +52,6 @@ var connection_options = {
};
$().ready(function(){
console.log(window.location);
if(!window.fromFront && window.location.pathname != "/") init();
});
@@ -522,7 +521,6 @@ function onepage_load(){
$("main").attr("class", "center-align container");
$("body").attr("id", "");
$("body").attr("style", "");
console.log($($(e)));
$("header").html($($(e)[57]).html());
$($(e)[59]).insertAfter("header");
$($(e)[61]).insertAfter(".mega");

View File

@@ -239,8 +239,6 @@ var Nochan = {
$(".mobile-search").remove();
$("main").attr("class", "container center-align main");
$("body").attr("id", "channelpage");
console.log($($(e)));
console.log($($(e)));
$("header").html($($(e)[57]).html());
$("main").html($($(e)[61]).html());
$("#search").attr("placeholder", "Find song on youtube");