Remove hacky hack

This commit is contained in:
synth-ruiner 2015-03-06 11:38:10 +00:00
parent 881d4acbc3
commit 0fda6f974c
1 changed files with 0 additions and 6 deletions

View File

@ -319,13 +319,7 @@
//click blank tiles //click blank tiles
$('li.revealed:not(.mine):empty').mouseup(); $('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; inputEnabled = true;
} }