mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Removed some logs
This commit is contained in:
4
static/dist/main.min.js
vendored
4
static/dist/main.min.js
vendored
@@ -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");
|
||||
|
||||
@@ -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");
|
||||
|
||||
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user