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;
button.textContent = "•"; //• not ·
pgctrl.appendChild(button);
}
if (pgctrl)
[].slice.call(pgctrl.children).forEach((m, n) =>
m.addEventListener("click", function () {
if (pgctrl) button.addEventListener("click", function () {
reset();
slider_index = n;
set();
})
);
}
}
function set() {