Another fix for erroneous number of rows
This commit is contained in:
parent
cf0342e248
commit
b172e0e7d2
|
@ -211,10 +211,10 @@
|
|||
|
||||
//click blank tiles
|
||||
$('li.revealed:not(.mine):empty').mousedown();
|
||||
});
|
||||
|
||||
//this is a bit of a hack :( oh well
|
||||
$('ul:gt(' + gameBoardHeight + ')').remove();
|
||||
});
|
||||
|
||||
inputEnabled = true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue