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, {