From 535aeaa282c52f6c2247c0e3648c6495b34dc842 Mon Sep 17 00:00:00 2001 From: PrestonT500 Date: Thu, 19 Sep 2024 10:00:04 -0700 Subject: [PATCH] Button Fix 2 --- index.html | 23 ++++++++++++----------- js/mobilecheck.js | 6 ------ 2 files changed, 12 insertions(+), 17 deletions(-) diff --git a/index.html b/index.html index 3826910..092a7a6 100644 --- a/index.html +++ b/index.html @@ -33,35 +33,36 @@

Version 1.8

- - - - + + + +

Version 1.5.2

- - - + + +
+ 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();