hostname: energie.vellum.cz -> www.energie.vellum.cz
authorshort <>
Sun, 21 Apr 2002 10:24:17 +0000 (10:24 +0000)
committershort <>
Sun, 21 Apr 2002 10:24:17 +0000 (10:24 +0000)
 - hostname check for "?have_js=1" JS redirection

have_js.js

index 19a3360..d5ebd1f 100644 (file)
@@ -3,7 +3,7 @@
 // Prevent redirection of some top (referring) foreign webpage as it
 // may not pass "have_js=1" to us anyway. (for example Google cache)
 
-if (window.location.hostname=="energie.vellum.cz") {
+if (window.location.hostname=="www.energie.vellum.cz") {
        var searchN=window.location.search;
        if (searchN=="" || searchN=="?")
                searchN="?";