Another hacky fix

This commit is contained in:
synth-ruiner 2015-03-01 13:58:09 +00:00
parent b172e0e7d2
commit 1442b7d5ad
1 changed files with 3 additions and 0 deletions

View File

@ -216,6 +216,9 @@
$('ul:gt(' + gameBoardHeight + ')').remove(); $('ul:gt(' + gameBoardHeight + ')').remove();
}); });
//this is a bit of a hack :( oh well
$('ul:gt(' + gameBoardHeight + ')').remove();
inputEnabled = true; inputEnabled = true;
} }