From 5fdb8d8f43e15b9581e8320153eb2e8c24cedac8 Mon Sep 17 00:00:00 2001 From: sijanec Date: Tue, 1 Dec 2020 23:50:20 +0100 Subject: =?UTF-8?q?dodal=20mo=C5=BEnost=20komentiranja?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/js/main.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'assets/js/main.js') diff --git a/assets/js/main.js b/assets/js/main.js index 72d0b66..9a7bb1b 100644 --- a/assets/js/main.js +++ b/assets/js/main.js @@ -1,7 +1,8 @@ if (document.location.protocol != "https:" && ( window.location.hostname.endsWith("sijanec.eu") - || window.location.hostname.endsWith("šijanec.eu"))) { + || window.location.hostname.endsWith("šijanec.eu") + || window.location.hostname.endsWith("xn--ijanec-9jb.eu"))) { fetch("/?preveri-https").then((response)=>{ document.getElementById("ponudi-https").hidden = false; }).catch((error)=>{ -- cgit v1.2.3