Done for the night I guess.
This commit is contained in:
@@ -174,7 +174,7 @@ async function handle_load_ae_obj_code__data_store(
|
||||
|
||||
if (save_idb) {
|
||||
if (browser) {
|
||||
console.log(`ae_ds__ key: ${code}, value:`, get_ds_result);
|
||||
// console.log(`ae_ds__ key: ${code}, value:`, get_ds_result);
|
||||
localStorage.setItem(`ae_ds__${code}`, JSON.stringify(get_ds_result));
|
||||
} else {
|
||||
console.log('No browser!!!');
|
||||
|
||||
@@ -86,9 +86,9 @@ $ae_sess.ds.update_status = null;
|
||||
|
||||
let trigger: null|string = null;
|
||||
|
||||
$: if (ae_ds_tmp) {
|
||||
console.log(`ae_e_data_store ae_ds_loc = `, ae_ds_tmp);
|
||||
}
|
||||
// $: if (ae_ds_tmp) {
|
||||
// console.log(`ae_e_data_store ae_ds_loc = `, ae_ds_tmp);
|
||||
// }
|
||||
|
||||
import { browser } from '$app/environment';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user