From: Daniel Gruno Date: Sun, 20 May 2012 13:02:48 +0000 (+0000) Subject: rebuild X-Git-Tag: 2.5.0-alpha~6806 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aeff28fc12a1539222a49a606c47f6293c1cd5e8;p=thirdparty%2Fapache%2Fhttpd.git rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1340707 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/bind.html.de b/docs/manual/bind.html.de index 51e32e2d87e..82c0a509ec7 100644 --- a/docs/manual/bind.html.de +++ b/docs/manual/bind.html.de @@ -176,7 +176,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/bind.html.de'; (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'; @@ -185,7 +186,7 @@ var disqus_identifier = 'http://httpd.apache.org/docs/2.4/bind.html.de'; (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); //-->