Configured google Analytics

jamesperet 10 anni fa
parent
commit
5130524c45
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app/assets/javascripts/google_analytics.js.coffee

+ 1 - 1
app/assets/javascripts/google_analytics.js.coffee

@@ -38,6 +38,6 @@ class @GoogleAnalytics
38 38
 
39 39
   @analyticsId: ->
40 40
     # your google analytics ID(s) here...
41
-    'UA-58359004-1'
41
+    'UA-58575828-1'
42 42
 
43 43
 GoogleAnalytics.load()