[object Object]

← back to Linkedin Like Helper

chore: lint + refactor (feedLabel param shadow fix; tab a11y) — session close

1b0e80d4fdc8f369afccd94dea6ffdc7aa5b9042 · 2026-07-01 11:00:13 -0700 · Steve Abrams

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

Files touched

Diff

commit 1b0e80d4fdc8f369afccd94dea6ffdc7aa5b9042
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Wed Jul 1 11:00:13 2026 -0700

    chore: lint + refactor (feedLabel param shadow fix; tab a11y) — session close
    
    Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
---
 index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html
index b608489..f467d21 100644
--- a/index.html
+++ b/index.html
@@ -280,7 +280,7 @@ function selectAll(on){
   persistFeeds(); renderFeedStats();
 }
 function feedLabel(url){
-  const p = PRESETS.find(p=>p.url===url);
+  const p = PRESETS.find(pr=>pr.url===url);
   if(p) return p.label;
   const m = url.match(/[?&]keywords=([^&]+)/);
   if(m) return '#'+decodeURIComponent(m[1]);

← e35fcb1 Feed-pages: visible per-stream checklist (label + opened pil  ·  back to Linkedin Like Helper  ·  (newest)