aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Pfister <pfista@gmail.com>2013-10-09 21:29:10 -0500
committerMichael Pfister <pfista@gmail.com>2013-10-09 21:29:10 -0500
commit556fa9fe4d85c8d1e3d9ee6891ebb7096d81fe78 (patch)
tree6ea69d3710b6b1a9742da57fd1dfc85262ab829a
parentff71657c432e2beb2f540617e4cc264c42e22cee (diff)
downloadmy_new_personal_website-556fa9fe4d85c8d1e3d9ee6891ebb7096d81fe78.tar.xz
my_new_personal_website-556fa9fe4d85c8d1e3d9ee6891ebb7096d81fe78.zip
Use a protocol-relative url to load disqus over https or http
-rw-r--r--.themes/classic/source/_includes/disqus.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/.themes/classic/source/_includes/disqus.html b/.themes/classic/source/_includes/disqus.html
index 549ba3d7..6cd3e62f 100644
--- a/.themes/classic/source/_includes/disqus.html
+++ b/.themes/classic/source/_includes/disqus.html
@@ -14,7 +14,7 @@
{% endif %}
(function () {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
- dsq.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + disqus_shortname + '.disqus.com/' + disqus_script;
+ dsq.src = ('//') + disqus_shortname + '.disqus.com/' + disqus_script;
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
}());
</script>