Another hacky fix
This commit is contained in:
parent
b172e0e7d2
commit
1442b7d5ad
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue