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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user