From 438c3d0f1ac6d25de4df7a080656bf06770e3f00 Mon Sep 17 00:00:00 2001 From: PID012 <85282994+PID012@users.noreply.github.com> Date: Sun, 29 Oct 2023 13:28:27 +0100 Subject: [PATCH] bugfix --- html/index.html | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/html/index.html b/html/index.html index b3ae3eb..8bc6885 100755 --- a/html/index.html +++ b/html/index.html @@ -67,9 +67,7 @@
- +
@@ -121,9 +119,6 @@ -
@@ -147,11 +142,11 @@ $(document).ready(function(){ $("#search").click(function(){ const searchTerm = $("#myInput").val().trim(); - const onlyOpened = $("#filetCBox").val(); + $.getJSON( "https://hack.do.oliverwisler.ch/backend/calculations", - {location:searchTerm,filter:onlyOpened}, + {location:searchTerm}, function(data){ console.log(data); markerLayer.clearLayers(); @@ -183,8 +178,7 @@