Apply filter on click on checkbox
This commit is contained in:
parent
f600041c42
commit
3a12120b55
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ jQuery('document').ready(function(){
|
|||
// reinit map in case google maps loaded before this script did
|
||||
initMap();
|
||||
}
|
||||
jQuery('#travelers-filter-button').on('click', filterByTravelerClick);
|
||||
jQuery('#travelers-filter-button, #toggle-and-or').on('click', filterByTravelerClick);
|
||||
jQuery('#travelers-reset-button').on('click', resetFilter);
|
||||
});
|
||||
var markers = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue