commit
977a873fce
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue