From afd2d060897c170fff998b054460f475574d53c9 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Thu, 3 Oct 2013 15:55:11 -0400 Subject: [PATCH] Use different keys for TEST and PROD --- templates/index.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index 5553dade7..93b384a2f 100644 --- a/templates/index.html +++ b/templates/index.html @@ -34,10 +34,13 @@ - +mixpanel.init(isProd ? "50ff2b2569faa3a51c8f5724922ffb7e" : "38014a0f27e7bdc3ff8cc7cc29c869f9", { track_pageview : false });