Skip to content

Commit

Permalink
Remove the Disqus count.js javascript
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Kreeftmeijer committed Mar 5, 2012
1 parent e9f3121 commit 9c43549
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions _layouts/default.html
Expand Up @@ -57,15 +57,6 @@ <h2><a class="anchor" name="content"/>{{ page.title }}</a></h2>
})();
</script>

<script type="text/javascript">
var disqus_shortname = 'jeffkreeftmeijer';
(function () {
var s = document.createElement('script'); s.async = true;
s.src = 'http://disqus.com/forums/jeffkreeftmeijer/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>

<script type="text/javascript">
(function() {
var t = document.createElement('script');
Expand Down

0 comments on commit 9c43549

Please sign in to comment.