You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ig...@apache.org on 2012/05/07 15:10:48 UTC

svn commit: r1335005 - /trafficserver/site/trunk/templates/docs_page.html

Author: igalic
Date: Mon May  7 13:10:48 2012
New Revision: 1335005

URL: http://svn.apache.org/viewvc?rev=1335005&view=rev
Log:
following humbedooh's r1334988 we become protocol agnostic as well.

Modified:
    trafficserver/site/trunk/templates/docs_page.html

Modified: trafficserver/site/trunk/templates/docs_page.html
URL: http://svn.apache.org/viewvc/trafficserver/site/trunk/templates/docs_page.html?rev=1335005&r1=1335004&r2=1335005&view=diff
==============================================================================
--- trafficserver/site/trunk/templates/docs_page.html (original)
+++ trafficserver/site/trunk/templates/docs_page.html Mon May  7 13:10:48 2012
@@ -88,7 +88,7 @@
     </div>
     <div class="row comment">
       <div class="twelvecol">
-        <a id="comments_section" name="comments_section">Comments</a></h2>
+        <h1><a id="comments_section" name="comments_section">Comments</a></h1>
         <div class="warning"><strong>This section is experimental!</strong><br />
           Comments placed here should not be expected to last beyond the testing phase of this system,
           nor do we in any way guarantee that we'll read them.</div>
@@ -99,7 +99,7 @@ var disqus_identifier = window.location.
 if (disqus_identifier.indexOf("trafficserver.apache.org") != -1 || disqus_identifier.indexOf("trafficserver.staging.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 {