From 1442b7d5adc460fd7b10c834d94c7c9ca6061e1d Mon Sep 17 00:00:00 2001 From: synth-ruiner Date: Sun, 1 Mar 2015 13:58:09 +0000 Subject: [PATCH] Another hacky fix --- index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.html b/index.html index c54ec0f..e9a577f 100644 --- a/index.html +++ b/index.html @@ -216,6 +216,9 @@ $('ul:gt(' + gameBoardHeight + ')').remove(); }); + //this is a bit of a hack :( oh well + $('ul:gt(' + gameBoardHeight + ')').remove(); + inputEnabled = true; }