From 8e1db10f5333d20fe1b5afc78b757cf4176879cc Mon Sep 17 00:00:00 2001 From: Guuq <50501321+Guuq@users.noreply.github.com> Date: Mon, 28 Oct 2019 17:14:30 +0100 Subject: [PATCH] Remove https changes --- resources/javall.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/javall.js b/resources/javall.js index 9320d30..8032a8e 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:" +// }