This is the first commit of the day. It is probably the last. Lots of general prep for a demo.
This commit is contained in:
@@ -26,12 +26,12 @@ onMount(() => {
|
||||
|
||||
if ($ae_loc.account_id) {
|
||||
$slct.account_id = $ae_loc.account_id;
|
||||
// handle_load_ae_account_id_obj({account_id: $slct.account_id, try_cache: false});
|
||||
// handle_load_ae_account_obj_id({account_id: $slct.account_id, try_cache: false});
|
||||
handle_load_ae_sponsorship_obj_li({account_id: $slct.account_id, try_cache: false});
|
||||
}
|
||||
|
||||
async function handle_load_ae_account_id_obj({account_id, try_cache=false}) {
|
||||
console.log('*** handle_load_account_id_obj() ***');
|
||||
async function handle_load_ae_account_obj_id({account_id, try_cache=false}) {
|
||||
console.log('*** handle_load_account_obj_id() ***');
|
||||
|
||||
let params = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user