You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2012/05/20 14:56:59 UTC

svn commit: r1340704 - /httpd/httpd/trunk/docs/manual/rewrite/intro.html.en

Author: humbedooh
Date: Sun May 20 12:56:59 2012
New Revision: 1340704

URL: http://svn.apache.org/viewvc?rev=1340704&view=rev
Log:
Let's see if this works on-site.

Modified:
    httpd/httpd/trunk/docs/manual/rewrite/intro.html.en

Modified: httpd/httpd/trunk/docs/manual/rewrite/intro.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/intro.html.en?rev=1340704&r1=1340703&r2=1340704&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/intro.html.en (original)
+++ httpd/httpd/trunk/docs/manual/rewrite/intro.html.en Sun May 20 12:56:59 2012
@@ -348,7 +348,8 @@ to last beyond the testing phase of this
 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 id="disqus_thread"><\/div>');
         var s = d.createElement('script');
         s.type = 'text/javascript';
@@ -357,7 +358,7 @@ var disqus_identifier = 'http://httpd.ap
         (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
     }
     else {
-        d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>');
+        d.write('<div id="disqus_thread">Comments are disabled for this page at the moment.<\/div>');
     }
 })(window, document);
 //--><!]]></script></div><div id="footer">