diff --git a/index.html b/index.html index 3826910..092a7a6 100644 --- a/index.html +++ b/index.html @@ -33,35 +33,36 @@
+ diff --git a/js/mobilecheck.js b/js/mobilecheck.js index e63bc41..870a827 100644 --- a/js/mobilecheck.js +++ b/js/mobilecheck.js @@ -21,12 +21,6 @@ $(document).ready(function() { }); } - $(".filter-button").on("click", function(event) { - event.preventDefault(); - var url = $(this).data("url"); - window.location.href = url; - }); - $("#mobileCheckbox").on("change", function() { updateVisibility(); updateLinks();