Skip to content

Commit 870f2ca

Browse files

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎_includes/analytics-providers/google.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<script type="text/javascript">
1+
<script>
22
var _gaq = _gaq || [];
33
_gaq.push(['_setAccount', '{{ site.analytics.google.tracking_id }}']);
44
{% if site.analytics.google.anonymize_ip == true %}
@@ -11,4 +11,4 @@
1111
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
1212
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
1313
})();
14-
</script>
14+
</script>

0 commit comments

Comments
 (0)
Please sign in to comment.