From 62a314ad725150518acc5769b8d468af9db88f3c Mon Sep 17 00:00:00 2001 From: Gabriele Cirulli Date: Mon, 10 Mar 2014 19:40:44 +0100 Subject: [PATCH] remove repeated ga call --- js/html_actuator.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/html_actuator.js b/js/html_actuator.js index 2b85517..a68d600 100644 --- a/js/html_actuator.js +++ b/js/html_actuator.js @@ -106,8 +106,6 @@ HTMLActuator.prototype.updateScore = function (score) { }; HTMLActuator.prototype.message = function (won) { - if (ga) ga("send", "event", "game", "end", type, this.score); - var type = won ? "game-won" : "game-over"; var message = won ? "You win!" : "Game over!" -- GitLab