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