FIX: Google Universal Analytics was tracking two page views on first page view

This commit is contained in:
Neil Lalonde 2016-08-02 12:55:02 -04:00
parent 7a6cd15c4a
commit d38727efb7

View file

@ -5,6 +5,4 @@
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', '<%= SiteSetting.ga_universal_tracking_code %>', <%= ga_universal_json %>);
ga('send', 'pageview');
</script>