mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
Added easter egg event tracking
This commit is contained in:
@@ -187,6 +187,7 @@
|
|||||||
s.type='text/javascript';
|
s.type='text/javascript';
|
||||||
document.body.appendChild(s);
|
document.body.appendChild(s);
|
||||||
s.src='/static/js/asteroids.min.js';
|
s.src='/static/js/asteroids.min.js';
|
||||||
|
_trackEvent('Asteroids Easter Egg', 'Activated');
|
||||||
}
|
}
|
||||||
easter_egg.load();
|
easter_egg.load();
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user