diff --git a/public/analytics.js b/public/analytics.js index 8d5feed..7638162 100644 --- a/public/analytics.js +++ b/public/analytics.js @@ -178,6 +178,14 @@ if (typeof makeColumnsResizable === 'function') makeColumnsResizable('#' + tbl.id, `meshcore-analytics-${tab}-${i}-col-widths`); }); }); + // Deep-link scroll to section within tab + const sectionId = new URLSearchParams((location.hash.split('?')[1] || '')).get('section'); + if (sectionId) { + setTimeout(() => { + const target = document.getElementById(sectionId); + if (target) target.scrollIntoView({ behavior: 'smooth', block: 'start' }); + }, 400); + } } // ===================== OVERVIEW ===================== @@ -790,13 +798,13 @@
Click a cell to see which nodes share that prefix. Green = available, yellow = taken, red = collision.