|
|
@ -24,8 +24,3 @@ console.log('%cDoor Guus van Meerveld', "color:#9c9c9c; font-size:30px;");
|
|
|
|
var shortcon = $("<link>", {rel :'shortcut icon',href:'/resources/img/favicon.ico'})
|
|
|
|
var shortcon = $("<link>", {rel :'shortcut icon',href:'/resources/img/favicon.ico'})
|
|
|
|
|
|
|
|
|
|
|
|
$('head').append(shortcon)
|
|
|
|
$('head').append(shortcon)
|
|
|
|
|
|
|
|
|
|
|
|
// Https
|
|
|
|
|
|
|
|
// if (location.protocol == "http:" && location.port !== "3000" && location.host !== "guusvanmeerveld.online") {
|
|
|
|
|
|
|
|
// location.protocol = "https:"
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|