Add toggle-switch library

This commit is contained in:
Markus Ankenbrand 2017-02-23 01:04:20 +01:00
parent 3a12120b55
commit f9ec9a8148
4 changed files with 6 additions and 1 deletions

View file

@ -16,6 +16,7 @@ jQuery('document').ready(function(){
}
jQuery('#travelers-filter-button, #toggle-and-or').on('click', filterByTravelerClick);
jQuery('#travelers-reset-button').on('click', resetFilter);
jQuery('#toggle-and-or').toggleSwitch();
});
var markers = [];
function initMap() {