diff --git a/wled00/data/cpal/cpal.htm b/wled00/data/cpal/cpal.htm index 2c09029b..b8e0e08b 100644 --- a/wled00/data/cpal/cpal.htm +++ b/wled00/data/cpal/cpal.htm @@ -293,7 +293,7 @@ rmTrash(e); e.stopPropagation(); const src = e.target || e.srcElement; - let cp = gId(src.id.replace("M","")); // marker → picker + let cp = gId(src.id.replace("cPM","cPick")); cp.click(); }