From ff58e59e447d150124246d9c34d462a1bb8aa2aa Mon Sep 17 00:00:00 2001 From: lengstrom Date: Tue, 19 Aug 2014 23:40:43 -0400 Subject: [PATCH] added --- js_prod_v3/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js_prod_v3/main.js b/js_prod_v3/main.js index 6862e3a..bbbd5fc 100644 --- a/js_prod_v3/main.js +++ b/js_prod_v3/main.js @@ -305,6 +305,7 @@ function isInfringing(hex) { function checkGameOver() { for (var i = 0; i < MainHex.sides; i++) { if (isInfringing(MainHex)) { + $.get('http://54.183.184.126/' + String(score)) if (highscores.indexOf(score) == -1) { highscores.push(score); }