Skip to content

Commit

Permalink
Fixes #19122 - clear selected hosts in new search
Browse files Browse the repository at this point in the history
  • Loading branch information
amirfefer committed Apr 1, 2017
1 parent 9313f6a commit 881b7d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/javascripts/host_checkbox.js
Expand Up @@ -63,6 +63,7 @@ $(function() {
}
toggle_actions();
update_counter();
$("#search-form").submit(resetSelection());
return false;
});

Expand Down

0 comments on commit 881b7d1

Please sign in to comment.