Smol loop reduction

This commit is contained in:
Glitch (t404null-unstable)
2025-07-02 22:10:14 +00:00
parent b0a642cb63
commit 5dd9fde4f4

View File

@@ -130,15 +130,13 @@ function pg_ctrl() {
let n = i; let n = i;
button.textContent = "•"; //• not · button.textContent = "•"; //• not ·
pgctrl.appendChild(button); pgctrl.appendChild(button);
}
if (pgctrl) if (pgctrl) button.addEventListener("click", function () {
[].slice.call(pgctrl.children).forEach((m, n) =>
m.addEventListener("click", function () {
reset(); reset();
slider_index = n; slider_index = n;
set(); set();
}) })
); }
} }
function set() { function set() {