diff --git a/resources/javall.js b/resources/javall.js index dd51c4e..9bc3c56 100644 --- a/resources/javall.js +++ b/resources/javall.js @@ -26,6 +26,6 @@ var shortcon = $("", {rel :'shortcut icon',href:'/resources/img/favicon.ic $('head').append(shortcon) // Https -// if (location.protocol == "http:" && location.port !== "3000" && location.host !== "guusvanmeerveld.online") { -// location.protocol = "https:" -// } +if (location.protocol == "http:" && location.port !== "3000" && location.host !== "guusvanmeerveld.online") { + location.protocol = "https:" +}