From: Daniel Gruno Date: Sun, 20 May 2012 12:56:59 +0000 (+0000) Subject: Let's see if this works on-site. X-Git-Tag: 2.5.0-alpha~6807 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=74ae76b0ddf9867fe29369e16c95fe45c12e6f33;p=apache Let's see if this works on-site. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1340704 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/rewrite/intro.html.en b/docs/manual/rewrite/intro.html.en index f09b22899d..77e40466ca 100644 --- a/docs/manual/rewrite/intro.html.en +++ b/docs/manual/rewrite/intro.html.en @@ -348,7 +348,8 @@ to last beyond the testing phase of this system, nor do we in any way guarantee var disqus_shortname = 'httpd'; var disqus_identifier = 'http://httpd.apache.org/docs/2.4/rewrite/intro.html.en'; (function(w, d) { - if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + var disabled = true; + if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) { d.write('
<\/div>'); var s = d.createElement('script'); s.type = 'text/javascript'; @@ -357,7 +358,7 @@ var disqus_identifier = 'http://httpd.apache.org/docs/2.4/rewrite/intro.html.en' (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); } else { - d.write('
Comments have been disabled for offline viewing.<\/div>'); + d.write('
Comments are disabled for this page at the moment.<\/div>'); } })(window, document); //-->