
humbedooh at apache
May 7, 2012, 5:53 AM
Views: 24
Permalink
|
|
svn commit: r1334988 - /httpd/httpd/trunk/docs/manual/rewrite/remapping.html.en
|
|
Author: humbedooh Date: Mon May 7 12:53:15 2012 New Revision: 1334988 URL: http://svn.apache.org/viewvc?rev=1334988&view=rev Log: Retesting with support for both http/https discussions, as per igalic's suggestion Modified: httpd/httpd/trunk/docs/manual/rewrite/remapping.html.en Modified: httpd/httpd/trunk/docs/manual/rewrite/remapping.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/remapping.html.en?rev=1334988&r1=1334987&r2=1334988&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/rewrite/remapping.html.en (original) +++ httpd/httpd/trunk/docs/manual/rewrite/remapping.html.en Mon May 7 12:53:15 2012 @@ -651,7 +651,7 @@ var disqus_identifier = window.location. if (disqus_identifier.indexOf("httpd.apache.org") != -1) { (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js'; + dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })(); } else {
|