From bb89ff4d6c75ce63eaac334439c312edef589e51 Mon Sep 17 00:00:00 2001 From: Guuq <50501321+Guuq@users.noreply.github.com> Date: Mon, 28 Oct 2019 17:33:36 +0100 Subject: [PATCH] ... again --- resources/javall.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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:" +}