Merge remote-tracking branch 'origin/master' into gh-pages

This commit is contained in:
synth-ruiner 2015-03-01 14:35:32 +00:00
commit 2b81186570
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;
} }