From df6cefefb23d8433bee9ac7c8a90d63bb7a91053 Mon Sep 17 00:00:00 2001 From: arcan1s Date: Sat, 19 Jul 2014 13:54:54 +0400 Subject: [PATCH] fix main page --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index d3565af..a7fbb8d 100644 --- a/index.html +++ b/index.html @@ -34,7 +34,7 @@ title: arcanis' homepage if (window.location.replace) window.location.replace(dest) else window.location=dest } - if (document.referrer != "http://arcan1s.github.io/ru/") { + if (document.referrer != "http://arcanis.name/ru/") { var languageinfo=navigator.language? navigator.language : navigator.userLanguage if (languageinfo.substr(0,2) == "ru") redirectpage("/ru/") }