diff --git a/broadcast/index.frm.php b/broadcast/index.frm.php index 38e2e6b..bc0ebe3 100644 --- a/broadcast/index.frm.php +++ b/broadcast/index.frm.php @@ -3,7 +3,11 @@ + + + + 伊地知ニジカ放送局 - ニジカ返答ログ @@ -43,6 +47,18 @@ +
+
+ 日時ニジカ +
+ +
+ + + +
+
+
フリーワード diff --git a/broadcast/script.js b/broadcast/script.js index a442aad..447cf8e 100644 --- a/broadcast/script.js +++ b/broadcast/script.js @@ -4,6 +4,9 @@ Script static main () { + $ ('#filter-date-start').datepicker (); + $ ('#filter-date-end').datepicker (); + const url = new URL (window.location.href); const orderAsc = document.getElementById ('order-asc');