diff options
author | sijanec <sijanecantonluka@gmail.com> | 2020-11-15 02:27:59 +0100 |
---|---|---|
committer | sijanec <sijanecantonluka@gmail.com> | 2020-11-15 02:27:59 +0100 |
commit | 924909136542f4c213f3318551ebe3f0e45430bc (patch) | |
tree | 6c2c75bb99217f23d8d70620049a871c5ff97c41 /assets/js/main.js | |
parent | dodal https predlog (diff) | |
download | sijanec.eu-924909136542f4c213f3318551ebe3f0e45430bc.tar sijanec.eu-924909136542f4c213f3318551ebe3f0e45430bc.tar.gz sijanec.eu-924909136542f4c213f3318551ebe3f0e45430bc.tar.bz2 sijanec.eu-924909136542f4c213f3318551ebe3f0e45430bc.tar.lz sijanec.eu-924909136542f4c213f3318551ebe3f0e45430bc.tar.xz sijanec.eu-924909136542f4c213f3318551ebe3f0e45430bc.tar.zst sijanec.eu-924909136542f4c213f3318551ebe3f0e45430bc.zip |
Diffstat (limited to 'assets/js/main.js')
-rw-r--r-- | assets/js/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/js/main.js b/assets/js/main.js index c19eb0f..72d0b66 100644 --- a/assets/js/main.js +++ b/assets/js/main.js @@ -1,7 +1,7 @@ if (document.location.protocol != "https:" && ( window.location.hostname.endsWith("sijanec.eu") - || window.location.hostname.endsWith("xn--ijanec-9jb.eu"))) { + || window.location.hostname.endsWith("šijanec.eu"))) { fetch("/?preveri-https").then((response)=>{ document.getElementById("ponudi-https").hidden = false; }).catch((error)=>{ |