This was a lot... things are mostly working again. The changing of id_random properties caused some problems. The hosted_file_hash_sha256 is not working? There are other issues as well... This will take some time.
This commit is contained in:
@@ -8,7 +8,7 @@ import {
|
||||
ae_api,
|
||||
slct,
|
||||
slct_trigger
|
||||
} from '$lib/ae_stores';
|
||||
} from '$lib/stores/ae_stores';
|
||||
|
||||
type key_val = {
|
||||
[key: string]: any;
|
||||
@@ -54,7 +54,7 @@ async function handle_load_ae_account_obj_id({account_id, try_cache=false}) {
|
||||
// Auto show the selected account ID
|
||||
// Is this pushState needed here?
|
||||
// Set the URL param "account_id" to the current account ID.
|
||||
const url = new URL(location);
|
||||
const url = new URL(location.href);
|
||||
url.searchParams.set('account_id', $slct.account_id);
|
||||
history.pushState({}, '', url);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user