Skip to content

Commit

Permalink
use official urls for Disqus comment count.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Rehfeld committed Feb 14, 2011
1 parent 3bf3b18 commit bc521c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/default.haml
Expand Up @@ -62,7 +62,7 @@
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = 'http://disqus.com/forums/' + disqus_shortname + '/count.js';
s.src = 'http://' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());

Expand Down

0 comments on commit bc521c7

Please sign in to comment.