Skip to content

Commit

Permalink
remove unneeded type="text/javascript" (#2190)
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff authored and mmistakes committed Jun 27, 2019
1 parent 56701a0 commit 828b004
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/analytics-providers/google.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<script type="text/javascript">
<script>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', '{{ site.analytics.google.tracking_id }}']);
{% if site.analytics.google.anonymize_ip == true %}
Expand All @@ -11,4 +11,4 @@
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</script>

0 comments on commit 828b004

Please sign in to comment.