Skip to content
This repository has been archived by the owner on Oct 18, 2022. It is now read-only.

Commit

Permalink
Fix mixed content
Browse files Browse the repository at this point in the history
  • Loading branch information
quassy committed Oct 10, 2015
1 parent 1bce67c commit 7a6e422
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/disqus.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<div id="disqus_loader">
<a onclick='
jQuery.ajaxSetup({cache:true});
jQuery.getScript("http://{{ site.disqus }}.disqus.com/embed.js");
jQuery.getScript("//{{ site.disqus }}.disqus.com/embed.js");
jQuery.ajaxSetup({cache:false});
jQuery("#disqus_loader").remove();
'>
Click to view comments and add your own! Powered by Disqus.
</a>
</div>
<noscript>
Enable JavaScript if you want to view the comments! <a href="http://disqus.com/?ref_noscript">Powered by Disqus.</a>
Enable JavaScript if you want to view the comments! <a href="https://disqus.com/?ref_noscript">Powered by Disqus.</a>
</noscript>

</div>
Expand Down

0 comments on commit 7a6e422

Please sign in to comment.