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

@@ -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");