29-10-2019 #1

add-license-1
Guuq 5 years ago
parent 926499005a
commit 5f5f7e0fd2

@ -5,11 +5,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)
<<<<<<< HEAD
// Https
if (location.protocol == "http:" && location.port !== "3000" && location.host !== "guusvanmeerveld.online") {
location.protocol = "https:"
}
=======
>>>>>>> e28a9453f062af65383d1324fd83a161d4d22222