Skip to content

Commit 4355631

Browse files
committed
development -> production
1 parent 4de4106 commit 4355631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/javascripts/tracking.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
try {
2-
if (app.config.env === 'development') {
2+
if (app.config.env === 'production') {
33
if (Cookies.get('analyticsConsent') === '1') {
44
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
55
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),

0 commit comments

Comments
 (0)