From 4d5da2dfacbe4f6115f08372949d0e325f88c4b8 Mon Sep 17 00:00:00 2001 From: Sundog Date: Tue, 22 Oct 2024 10:01:54 -0400 Subject: [PATCH] new shedule block work --- block.php | 11 +++++++++++ layout.html | 4 +++- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 block.php diff --git a/block.php b/block.php new file mode 100644 index 0000000..e7e1b8c --- /dev/null +++ b/block.php @@ -0,0 +1,11 @@ + \ No newline at end of file diff --git a/layout.html b/layout.html index 954fec1..69dd90e 100755 --- a/layout.html +++ b/layout.html @@ -328,9 +328,10 @@

Tag(s) for block:

+

Tag(s) for commercials:

@@ -895,6 +896,7 @@ event.preventDefault(); const updateURL = "block.php"; let data = new FormData(document.getElementById("new_block_dialog_form")); + data.set("id", new_block_dialog_id.value); console.log("new block:"); console.dir(data); fetch(updateURL, {