Skip to content

Commit

Permalink
Merge pull request mmistakes#86 from sandeep/update_ga_script
Browse files Browse the repository at this point in the history
Updating Google Analytics
  • Loading branch information
mmistakes committed Aug 29, 2014
2 parents 5623ac2 + c34e3b8 commit e387eb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/scripts.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
{% endif %}

{% if page.comments %}
{% include disqus_comments.html %}
{% endif %}
{% endif %}

0 comments on commit e387eb2

Please sign in to comment.