Fixed typo affecting JS-detection on the production site.
[MyWeb.git] / HaveJS.pm
index 6b8230d..36229e0 100644 (file)
--- a/HaveJS.pm
+++ b/HaveJS.pm
@@ -41,8 +41,8 @@ $W->{"r"}->content_type("text/javascript");
 # may not pass "have_js=1" to us anyway. (for example Google cache)
 print ""
                .'if (0'."\n"
-               ."\t\t".'|| window.location.hostname=="'.$W->{"W"}{"web_hostname"}.'" && window.location.port==  80'."\n"
-               ."\t\t".'|| window.location.hostname=="'.'localhost'              .'" && window.location.port==7680)'."\n";
+               ."\t\t".'|| window.location.hostname=="'.$W->{"web_hostname"}.'" && window.location.port==  80'."\n"
+               ."\t\t".'|| window.location.hostname=="'.'localhost'         .'" && window.location.port==7680)'."\n";
 print <<'HERE';
        {
                var searchN=window.location.search;