A lot of code clean up. Also making things look better.
This commit is contained in:
@@ -17,7 +17,7 @@ import Element_data_store from '$lib/element_data_store.svelte';
|
||||
import { liveQuery } from "dexie";
|
||||
import { core_func } from '$lib/ae_core_functions';
|
||||
import { db_events } from "$lib/db_events";
|
||||
import { ae_loc, ae_sess, ae_api, ae_trig, slct, slct_trigger } from '$lib/ae_stores';
|
||||
import { ae_html, ae_loc, ae_sess, ae_api, ae_trig, slct, slct_trigger } from '$lib/ae_stores';
|
||||
import { events_loc, events_sess, events_slct, events_trigger } from '$lib/ae_events_stores';
|
||||
import { events_func } from '$lib/ae_events_functions';
|
||||
|
||||
@@ -432,7 +432,7 @@ function handle_search__event_session(search_str: string) {
|
||||
{ae_util.iso_datetime_formatter(session_obj.end_datetime,'time_short')}
|
||||
</span>
|
||||
{:else}
|
||||
-- not set --
|
||||
{@html ae_html.not_set}
|
||||
{/if}
|
||||
</td>
|
||||
<td>{session_obj.event_location_name ?? '-- not set --'}</td>
|
||||
@@ -452,7 +452,7 @@ function handle_search__event_session(search_str: string) {
|
||||
</span>
|
||||
{/if}
|
||||
{:else}
|
||||
-- not set --
|
||||
{@html ae_html.not_set}
|
||||
{/if}
|
||||
|
||||
{#if $ae_loc.trusted_access}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -148,7 +148,7 @@ async function handle_update__event_presenter({
|
||||
|
||||
// api.send_email({
|
||||
// api_cfg: $ae_api,
|
||||
// from_email: 'noreply+agree@oneskyit.com',
|
||||
// from_email: 'noreply+presmgmt@oneskyit.com',
|
||||
// from_name: 'LCI 2024 Pres Mgmt Hub',
|
||||
// to_email: 'test+agree@oneskyit.com',
|
||||
// subject: subject,
|
||||
|
||||
Reference in New Issue
Block a user