From 896a21cda70fbab765889235baef1f5ca4a1c7c3 Mon Sep 17 00:00:00 2001 From: dborup Date: Tue, 21 Jul 2026 18:22:59 +0200 Subject: [PATCH] chore: remove Scope Adoption by Area description text Co-Authored-By: Claude Sonnet 5 --- public/analytics.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/analytics.js b/public/analytics.js index 104f8f29..e58cdb99 100644 --- a/public/analytics.js +++ b/public/analytics.js @@ -5107,7 +5107,7 @@ function destroy() { _stopRolesRefresh(); _stopScopesRefresh(); _stopForeignTraf }).join(''); setSectionHtml(areaAdoptEl, detailsSection( 'Scope Adoption by Area (' + byArea.length.toLocaleString() + ' areas)', - 'All-time — expand an area to see exactly which nodes support its linked region (own default_scope or ever relayed it) and which don\'t. Broader areas (e.g. "Danmark (alle)") roll up every nested sub-area\'s nodes too, not just the ones no smaller area already claimed.', + null, areaGroups, 'scope-adoption-by-area' ));