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;
}