Changes. Work on new review page searching.

This commit is contained in:
Scott Idem
2024-03-06 20:39:38 -05:00
parent aa712284ce
commit b020ded01c
11 changed files with 848 additions and 182 deletions

View File

@@ -244,7 +244,7 @@ export async function load({ params, url }) { // params, route, url
data_struct['ae_ds'] = ds_code_li;
console.log(`root layout.ts finally load...`);
console.log(`ae_root +layout.ts loaded inital DS`);
return true;
});
@@ -294,10 +294,12 @@ export async function load({ params, url }) { // params, route, url
// }
// data_struct['ae_loc'] = loading_results;
console.log(`ae_root +layout.ts load after DS loading?`);
return data_struct;
}
console.log(`ae_root layout.ts load is finally finished`);
// Currently we should never make it to this point! 2024-03-06
console.log(`ae_root +layout.ts load function end`);
return data_struct;
}