From d03ae73285143dfc016997368a101e821ceb1783 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Wed, 18 Mar 2026 19:26:32 +0000 Subject: [PATCH] Fix setting address on marker drag of standing water page --- html/template/rmo/nuisance.html | 2 +- html/template/rmo/water.html | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/html/template/rmo/nuisance.html b/html/template/rmo/nuisance.html index 481064dd..bb7a1012 100644 --- a/html/template/rmo/nuisance.html +++ b/html/template/rmo/nuisance.html @@ -246,9 +246,9 @@ + - diff --git a/html/template/rmo/water.html b/html/template/rmo/water.html index 2784538e..453091e0 100644 --- a/html/template/rmo/water.html +++ b/html/template/rmo/water.html @@ -51,6 +51,7 @@ if (response !== undefined && response.features.length > 0) { const addressInput = document.querySelector("address-input"); addressInput.SetValue(response.features[0]); + setLocationInputs(response.features[0]); } } function setLocationInputs(location) { @@ -267,11 +268,6 @@
-