From f0be69d79addda6f0297c2808cfd014356e6a6f6 Mon Sep 17 00:00:00 2001 From: ehpersonal38 <103586016+ehpersonal38@users.noreply.github.com> Date: Sun, 28 May 2023 13:40:19 -0400 Subject: [PATCH] Revert "fix species list tester" This reverts commit 4b6b75a649d75331ff3d408ffcca0270cea1a3d4. --- scripts/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/config.php b/scripts/config.php index 77a0038..f464f8c 100644 --- a/scripts/config.php +++ b/scripts/config.php @@ -113,7 +113,7 @@ if(isset($_GET["latitude"])){ echo ""; } @@ -466,7 +466,7 @@ function runProcess() { output.innerHTML = xhr.responseText; } }; - xhr.open('GET', `views.php?view=Settings&threshold=${threshold}`); + xhr.open('GET', `scripts/config.php?threshold=${threshold}`); xhr.send(); }