From 7852c03368731236611bd9e3f56393a351945fd8 Mon Sep 17 00:00:00 2001 From: miteruzo Date: Sun, 18 Feb 2024 16:06:34 +0900 Subject: [PATCH] =?UTF-8?q?=E7=B5=9E=E8=BE=BC=E3=81=BF=E3=81=AE=E3=83=AA?= =?UTF-8?q?=E3=82=BB=E3=83=83=E3=83=88=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- broadcast/index.frm.php | 10 ++++++++-- broadcast/script.js | 7 +++++++ 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/broadcast/index.frm.php b/broadcast/index.frm.php index 2f38220..08d1462 100644 --- a/broadcast/index.frm.php +++ b/broadcast/index.frm.php @@ -73,8 +73,14 @@ -
- +
+
+ +
+ +
+ +
diff --git a/broadcast/script.js b/broadcast/script.js index 101b14d..a8171ad 100644 --- a/broadcast/script.js +++ b/broadcast/script.js @@ -48,6 +48,12 @@ Script window.location.href = url; }); + const resetFilter = ( + function () + { + window.location.href = '/'; + }); + filterKeyword.addEventListener ('keydown', function (e) { @@ -56,6 +62,7 @@ Script }); btnFilter.addEventListener ('click', filter); + $ ('#btn-reset').on ('click', resetFilter); } static