use // instead of explicitly defining http

for twitter as well

update sample output
This commit is contained in:
Jon Chen 2013-10-24 14:36:03 -04:00
commit 9331e42ee1
39 changed files with 52 additions and 52 deletions

View file

@ -92,7 +92,7 @@ listed anywhere else.</p>
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = 'http://' + disqus_shortname + '.disqus.com/count.js';
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>