Remove hacky hack
This commit is contained in:
parent
881d4acbc3
commit
0fda6f974c
|
@ -319,14 +319,8 @@
|
||||||
|
|
||||||
//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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue