diff --git a/templates/base.html b/templates/base.html
index 03756fd5..844d6fe6 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -187,7 +187,7 @@
s.type='text/javascript';
document.body.appendChild(s);
s.src='/static/js/asteroids.min.js';
- _trackEvent('Asteroids Easter Egg', 'Activated');
+ ga('send', 'event', 'easter_egg', 'activated');
}
easter_egg.load();
});