Lots of updates....

This commit is contained in:
Scott Idem
2024-03-18 21:36:03 -04:00
parent 9b02b2f86c
commit d3ae087cd6
13 changed files with 531 additions and 229 deletions

View File

@@ -63,7 +63,7 @@ export async function load({ params, url }) { // params, route, url
.then(function (site_domain_results) {
if (site_domain_results) {
console.log(`ae_ site_domain_results = `, site_domain_results);
// console.log(`ae_ site_domain_results = `, site_domain_results);
let ae_api_tmp = get(ae_api);
@@ -219,7 +219,7 @@ export async function load({ params, url }) { // params, route, url
.finally(function () {
let iframe = url.searchParams.get('iframe');
console.log(`iframe = `, iframe);
// console.log(`iframe = `, iframe);
if (iframe == 'true') {
data_struct['iframe'] = iframe;