Skip to content

Commit

Permalink
finder: fixes selector bug
Browse files Browse the repository at this point in the history
  • Loading branch information
toddtreece committed Jan 27, 2015
1 parent dd7c9cb commit 8ac59bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pi_finder/src/ui/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@

var options = {};

$('#options * input').each(function() {
$('#options input').each(function() {

if($(this).attr('type') == 'checkbox' && !$(this).is(':checked')) {
return;
Expand Down

0 comments on commit 8ac59bc

Please sign in to comment.