summaryrefslogtreecommitdiffstats
path: root/js/mapspecs.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/mapspecs.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