From 61a823861a282c0014538350b8b9bcc960014c30 Mon Sep 17 00:00:00 2001 From: arcan1s Date: Thu, 16 Jan 2014 23:49:50 +0400 Subject: [PATCH] small fix --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index a1d1f81..d3048f5 100644 --- a/index.html +++ b/index.html @@ -21,7 +21,7 @@ title: arcanis' homepage if (window.location.replace) window.location.replace(dest) else window.location=dest } - if (document.referrer != "http://localhost:4000/ru/") { + if (document.referrer != "http://arcan1s.github.io/ru/") { var languageinfo=navigator.language? navigator.language : navigator.userLanguage if (languageinfo.substr(0,2) == "ru") redirectpage("/ru/") }