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;
}