More work on the new Launcher. Wrapping up for the day.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user