From 4f97e119ac25f3b8cd14d52635dfdc68373fc105 Mon Sep 17 00:00:00 2001 From: Alexey Khit Date: Fri, 16 Jun 2023 15:18:22 +0300 Subject: [PATCH] Update selectall checkbox on index page --- www/index.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/www/index.html b/www/index.html index c6ae907a..96198f8c 100644 --- a/www/index.html +++ b/www/index.html @@ -46,10 +46,6 @@ align-items: center; } - .header { - padding: 5px 5px; - } - .controls { display: flex; padding: 5px; @@ -73,7 +69,7 @@ - + @@ -105,7 +101,7 @@ window.location.href = `${url}&mode=${mode}`; }); - const tbody = document.querySelector("#streams > tbody"); + const tbody = document.getElementById("streams"); tbody.addEventListener("click", ev => { if (ev.target.innerText !== "delete") return;
Name Online Commands