Merge pull request #5 from synth-ruiner/master

Remove hacky hack
This commit is contained in:
synth-ruiner 2015-03-06 11:41:14 +00:00
commit 977a873fce
1 changed files with 0 additions and 6 deletions

View File

@ -319,14 +319,8 @@
//click blank tiles
$('li.revealed:not(.mine):empty').mouseup();
//this is a bit of a hack :( oh well
$('ul:gt(' + gameBoardHeight + ')').remove();
});
//this is a bit of a hack :( oh well
$('ul:gt(' + gameBoardHeight + ')').remove();
inputEnabled = true;
}