From b172e0e7d2637a383674af58e5c8d5e4d2ca9167 Mon Sep 17 00:00:00 2001 From: synth-ruiner Date: Sun, 1 Mar 2015 13:47:50 +0000 Subject: [PATCH] Another fix for erroneous number of rows --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 85de4c8..c54ec0f 100644 --- a/index.html +++ b/index.html @@ -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(); + //this is a bit of a hack :( oh well + $('ul:gt(' + gameBoardHeight + ')').remove(); + }); inputEnabled = true; }