summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2012-04-25 22:46:30 -0700
committerPatrick Davison <snapwilliam@gmail.com>2012-04-25 22:46:30 -0700
commitb7207aa28ce81242570aa37f297259fdab77bacf (patch)
tree60869d1d65863e86239f11af59083b6effda74cb /js
parent849f03e8a6887b3a767a6a6effe225d5e4c8c6f0 (diff)
parentc8783d4dc257913ba527d469c88d7b97770be3de (diff)
downloadpathery-b7207aa28ce81242570aa37f297259fdab77bacf.tar.xz
Merge branch 'HEAD' of ssh://git@git.raylu.net/pathery
Diffstat (limited to 'js')
-rw-r--r--js/mapspecs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/mapspecs.js b/js/mapspecs.js
index f6a1791..c767db7 100644
--- a/js/mapspecs.js
+++ b/js/mapspecs.js
@@ -203,7 +203,7 @@ function doSend(mapid) {
var speedbox = document.getElementById(mapid+',speed'),
speed = speedbox.options[speedbox.selectedIndex].text,
mute = !checkSound(mapid);
- mpq.track('click go', {
+ mixpanel.track('click go', {
'speed': speed,
'mute': mute,
'mapid': mapid