Now with the ability to do basic archive content updates. The media player works.

This commit is contained in:
Scott Idem
2024-11-07 15:53:12 -05:00
parent d3609764e3
commit 079ec80fbd
8 changed files with 421 additions and 256 deletions

View File

@@ -20,8 +20,8 @@ let disable_submit_btn = false;
async function handle_submit_form(event: any) {
console.log('*** handle_submit_form() ***');
if (log_lvl > 1) {
console.log('*** handle_submit_form() ***');
console.log(event.target);
}