More work on the new Launcher. Wrapping up for the day.

This commit is contained in:
Scott Idem
2025-07-21 20:36:44 -04:00
parent 2e39c5f67b
commit 1d840052c7
7 changed files with 189 additions and 81 deletions

View File

@@ -31,9 +31,9 @@ if (log_lvl) {
}
if (log_lvl > 1) {
console.log(`event_id layout A: ${data.params.event_id}`);
console.log(`event_id layout B: ${ae_acct.slct.event_id}`);
console.log(`event_id layout C: ${$events_slct.event_id}`);
console.log(`[event_id] +layout A: ${data.params.event_id}`);
console.log(`[event_id] +layout B: ${ae_acct.slct.event_id}`);
console.log(`[event_id] +layout C: ${$events_slct.event_id}`);
}
// $: event_id = data.params.event_id;