diff --git a/js/page-pins-map.js b/js/page-pins-map.js index c0a2ab4..bb3ae41 100644 --- a/js/page-pins-map.js +++ b/js/page-pins-map.js @@ -17,8 +17,8 @@ jQuery('document').ready(function(){ jQuery('#travelers-filter-button').on('click', filterByTravelerClick); jQuery('#travelers-reset-button').on('click', resetFilter); jQuery('#toggle-and-or').toggleSwitch({ - width: "100px", - height: "40px", + width: "140px", + height: "20px", onLabel: "Insgesamt", offLabel: "Zusammen", onToggle: filterByTravelerClick