Mass changes
This commit is contained in:
@@ -79,7 +79,7 @@ $ae_sess.files.obj = {
|
||||
};
|
||||
|
||||
|
||||
// Functions and Logic
|
||||
// *** Functions and Logic
|
||||
function handle_clip_video(event) {
|
||||
console.log('*** handle_clip_video() ***');
|
||||
|
||||
|
||||
@@ -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() ***');
|
||||
|
||||
|
||||
@@ -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() ***');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user