Sponsorships and Speakers are working and looking pretty well. Other general clean up.

This commit is contained in:
Scott Idem
2024-02-27 16:50:37 -05:00
parent 9540aefd50
commit c93d84f3c3
15 changed files with 1513 additions and 148 deletions

View File

@@ -51,7 +51,7 @@ export function load({ params, url }) { // route
console.log(`slct = `, get(slct));
let slct_trigger_tmp = get(slct_trigger);
slct_trigger_tmp = 'load__event_obj';
slct_trigger_tmp = 'load__event_presenter_obj_li';
slct_trigger.set(slct_trigger_tmp);
console.log(`slct_trigger = `, get(slct_trigger));
}