From 44f2b7ae44aeaf21e9e077b99ea59b02f3428f88 Mon Sep 17 00:00:00 2001 From: Daniel Grippi Date: Mon, 4 Jun 2012 23:47:20 -0700 Subject: [PATCH] Update master --- app/helpers/analytics_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers/analytics_helper.rb b/app/helpers/analytics_helper.rb index a134553ad..f45c95d1f 100644 --- a/app/helpers/analytics_helper.rb +++ b/app/helpers/analytics_helper.rb @@ -35,7 +35,7 @@ module AnalyticsHelper include_analytics "chartbeat" do javascript_tag do <<-JS.html_safe - var _sf_async_config = { uid: "#{AppConfig[:mixpanel_uid]}", domain: "#{AppConfig[:pod_uri].host}" }; + var _sf_async_config = { uid: "#{AppConfig[:chartbeat_uid]}", domain: "#{AppConfig[:pod_uri].host}" }; (function() { function loadChartbeat() { window._sf_endpt = (new Date()).getTime();