From 7a0f8452842b54a169d5e4dfc2afe071e43ca1b3 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Thu, 28 May 2015 16:21:47 +0100 Subject: [PATCH] Added easter egg event tracking --- templates/base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/base.html b/templates/base.html index c185dfb1..03756fd5 100644 --- a/templates/base.html +++ b/templates/base.html @@ -187,6 +187,7 @@ s.type='text/javascript'; document.body.appendChild(s); s.src='/static/js/asteroids.min.js'; + _trackEvent('Asteroids Easter Egg', 'Activated'); } easter_egg.load(); });