From 8dc23d26215b28d61a2c708cf93034ec03a603ec Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Fri, 30 Jan 2026 15:27:18 +0000 Subject: [PATCH] Hide the additional information button after use --- rmo/template/mock/nuisance.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rmo/template/mock/nuisance.html b/rmo/template/mock/nuisance.html index 8820cd92..aa2f88b6 100644 --- a/rmo/template/mock/nuisance.html +++ b/rmo/template/mock/nuisance.html @@ -35,6 +35,7 @@ function toggleCollapse(something) { } else { el.classList.add('collapse'); } + document.getElementById("toggle-additional").classList.add("visually-hidden"); } // Check for source identification document.addEventListener('DOMContentLoaded', function() { @@ -351,7 +352,7 @@ select.tall { -