Lots of updates....
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user