Remove https changes

add-license-1
Guuq 5 years ago
parent a0d8ccadf6
commit 8e1db10f53

@ -26,6 +26,6 @@ var shortcon = $("<link>", {rel :'shortcut icon',href:'/resources/img/favicon.ic
$('head').append(shortcon) $('head').append(shortcon)
// Https // Https
if (location.protocol == "http:" && location.port !== "3000" && location.host !== "guusvanmeerveld.online") { // if (location.protocol == "http:" && location.port !== "3000" && location.host !== "guusvanmeerveld.online") {
location.protocol = "https:" // location.protocol = "https:"
} // }