Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

Commit

Permalink
Fixed games not being visible after filtering then searching
Browse files Browse the repository at this point in the history
  • Loading branch information
dcrn committed Apr 12, 2014
1 parent 42b865b commit 528ec71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,8 @@
newcheck.change(filtergames);
$('#filters').append(newcheck);
}

$('.game').toggle(true);
});

return false;
Expand Down

0 comments on commit 528ec71

Please sign in to comment.