Skip to content

Commit

Permalink
load disqus over same schema as hosting page
Browse files Browse the repository at this point in the history
- support for https hosting
  • Loading branch information
MartinNowak committed Nov 7, 2014
1 parent 0205ccc commit 2430c71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dpl-docs/views/inc.disqus.dt
Expand Up @@ -8,8 +8,8 @@ script(language="javascript").
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
noscript Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a>
a#dsq-brlink(href="http://disqus.com") comments powered by <span class="logo-disqus">Disqus</span>
a#dsq-brlink(href="http://disqus.com") comments powered by <span class="logo-disqus">Disqus</span>

0 comments on commit 2430c71

Please sign in to comment.