diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2012-04-25 22:46:30 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2012-04-25 22:46:30 -0700 |
commit | b7207aa28ce81242570aa37f297259fdab77bacf (patch) | |
tree | 60869d1d65863e86239f11af59083b6effda74cb /js/mapspecs.js | |
parent | 849f03e8a6887b3a767a6a6effe225d5e4c8c6f0 (diff) | |
parent | c8783d4dc257913ba527d469c88d7b97770be3de (diff) | |
download | pathery-b7207aa28ce81242570aa37f297259fdab77bacf.tar.xz |
Merge branch 'HEAD' of ssh://git@git.raylu.net/pathery
Diffstat (limited to 'js/mapspecs.js')
-rw-r--r-- | js/mapspecs.js | 2 |
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
|