Work on expanding the routes
This commit is contained in:
@@ -3,6 +3,11 @@
|
||||
export let data;
|
||||
</script>
|
||||
|
||||
|
||||
<svelte:head>
|
||||
<title>Sponsorships - {data.ae_loc.title}</title>
|
||||
</svelte:head>
|
||||
|
||||
<!-- <h1>Sponsorships Layout?</h1> -->
|
||||
|
||||
<!-- <div class="submenu">
|
||||
|
||||
@@ -79,6 +79,7 @@ onMount(() => {
|
||||
$ae_loc.href_url = url;
|
||||
// console.log(`$ae_loc.href_url = `, $ae_loc.href_url);
|
||||
|
||||
ae_util.handle_url_and_message('sponsorship_cfg_id', $slct.sponsorship_id);
|
||||
ae_util.handle_url_and_message('sponsorship_id', $slct.sponsorship_id);
|
||||
if ($slct.sponsorship_id) {
|
||||
console.log(`Got an ID. Let's show the modal!`);
|
||||
|
||||
Reference in New Issue
Block a user