Add Checksum to Challenges for Google Analytics

This commit is contained in:
SaintPeter
2016-01-30 00:13:41 -08:00
parent d5cb8b3ff6
commit f2e61ea0ac
14 changed files with 32 additions and 5 deletions

View File

@ -20,7 +20,7 @@ window.common = (function(global) {
const tail = common.arrayToNewLineString(common.tail);
const combinedCode = head + code + tail;
ga('send', 'event', 'Challenge', 'ran-code', common.challengeName);
ga('send', 'event', 'Challenge', 'ran-code', common.gaName);
// run checks for unsafe code
return detectUnsafeCode$(code)