From b79b26b7c5bac1ec8632d0906388f31b16f3f585 Mon Sep 17 00:00:00 2001 From: BoulderBadgeDad Date: Wed, 3 Jun 2026 15:59:23 -0700 Subject: [PATCH] Similar Artists orb: inline onclick (like Amazon) so the click reliably fires MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The addEventListener wiring evidently wasn't firing the toggle (orb showed running but clicking didn't pause). Switched the button back to an inline onclick=toggleSimilarArtistsEnrichment() — identical to the Amazon orb, which works — and exposed the fn on window so the inline handler always resolves. Toggle logic unchanged (active ? pause : resume). --- webui/index.html | 3 ++- webui/static/enrichment.js | 8 +++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/webui/index.html b/webui/index.html index f9c2507a..2d8d7d97 100644 --- a/webui/index.html +++ b/webui/index.html @@ -567,7 +567,8 @@
-