Update master
This commit is contained in:
parent
9cf946b20e
commit
44f2b7ae44
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ module AnalyticsHelper
|
||||||
include_analytics "chartbeat" do
|
include_analytics "chartbeat" do
|
||||||
javascript_tag do
|
javascript_tag do
|
||||||
<<-JS.html_safe
|
<<-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() {
|
||||||
function loadChartbeat() {
|
function loadChartbeat() {
|
||||||
window._sf_endpt = (new Date()).getTime();
|
window._sf_endpt = (new Date()).getTime();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue