Mass changes

This commit is contained in:
Scott Idem
2025-07-21 16:46:33 -04:00
parent b54f43be35
commit a3999e5617
37 changed files with 59 additions and 47 deletions

View File

@@ -79,7 +79,7 @@ $ae_sess.files.obj = {
};
// Functions and Logic
// *** Functions and Logic
function handle_clip_video(event) {
console.log('*** handle_clip_video() ***');

View File

@@ -50,7 +50,7 @@ let form_kv: key_val = {
let download_clip_src: string;
let download_clip_filename: string;
// Functions and Logic
// *** Functions and Logic
async function handle_submit_form_files(event) {
console.log('*** handle_submit_form() ***');

View File

@@ -42,7 +42,7 @@ let ae_triggers: key_val = {};
let input_element_id = 'ae_comp__hosted_files_upload__input';
// Functions and Logic
// *** Functions and Logic
async function handle_submit_form_files(event: SubmitEvent) {
console.log('*** handle_submit_form() ***');