mirror of
https://github.com/apache/httpd.git
synced 2025-07-30 20:03:10 +03:00
rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1340707 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -133,7 +133,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/mod/mod_auth_basic.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';
|
||||
@ -142,7 +143,7 @@ var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_auth_basic.htm
|
||||
(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">
|
||||
|
Reference in New Issue
Block a user