From 0fda6f974c4f2f3e16df048fd19edb1f5bec929e Mon Sep 17 00:00:00 2001 From: synth-ruiner Date: Fri, 6 Mar 2015 11:38:10 +0000 Subject: [PATCH] Remove hacky hack --- index.html | 6 ------ 1 file changed, 6 deletions(-) diff --git a/index.html b/index.html index 82a8111..a280da4 100644 --- a/index.html +++ b/index.html @@ -319,13 +319,7 @@ //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; }