Prep for LCI

This commit is contained in:
Scott Idem
2022-10-16 22:37:40 -04:00
parent 0dce6c89c0
commit fb75d450ac
4 changed files with 46 additions and 186 deletions

View File

@@ -20,19 +20,19 @@
<!-- One Sky IT default custom Cascading Style Sheets (CSS) -->
<!-- One Sky IT site custom Cascading Style Sheets (CSS) -->
<link rel="stylesheet" href="http://lci.oneskyit.local:5000/static/svelte/build/aether_css_variables.css">
<link rel="stylesheet" href="http://lci.oneskyit.local:5000/static/svelte/build/aether_utilities.css">
<link rel="stylesheet" href="http://lci.oneskyit.local:5000/static/svelte/build/aether_elements.css">
<link rel="stylesheet" href="http://lci.oneskyit.local:5000/static/svelte/build/aether_modules_core.css">
<link rel="stylesheet" href="http://lci.oneskyit.local/static/svelte/build/aether_css_variables.css">
<link rel="stylesheet" href="http://lci.oneskyit.local/static/svelte/build/aether_utilities.css">
<link rel="stylesheet" href="http://lci.oneskyit.local/static/svelte/build/aether_elements.css">
<link rel="stylesheet" href="http://lci.oneskyit.local/static/svelte/build/aether_modules_core.css">
<link rel="stylesheet" href="http://lci.oneskyit.local:5000/static/svelte/build/aether_layout_v5_root.css">
<link rel="stylesheet" href="http://lci.oneskyit.local:5000/static/svelte/build/aether_layout_v5_system.css">
<link rel="stylesheet" href="http://lci.oneskyit.local/static/svelte/build/aether_layout_v5_root.css">
<link rel="stylesheet" href="http://lci.oneskyit.local/static/svelte/build/aether_layout_v5_system.css">
<link href="http://lci.oneskyit.local:5000/static/svelte/build/bundle.css" rel="stylesheet">
<link href="http://lci.oneskyit.local:5000/static/svelte/build/reloading.css" rel="stylesheet">
<link href="http://lci.oneskyit.local/static/svelte/build/bundle.css" rel="stylesheet">
<link href="http://lci.oneskyit.local/static/svelte/build/reloading.css" rel="stylesheet">
<link href="http://lci.oneskyit.local:5000/static/svelte/build/event.css" rel="stylesheet">
<link href="http://lci.oneskyit.local:5000/static/svelte/build/event_launcher.css" rel="stylesheet">
<link href="http://lci.oneskyit.local/static/svelte/build/event.css" rel="stylesheet">
<link href="http://lci.oneskyit.local/static/svelte/build/event_launcher.css" rel="stylesheet">
<link rel="stylesheet" href="css/aether_app_native_v3.css">
@@ -87,7 +87,7 @@
let page = {}
page['page_for'] = { 'event': native_app_config.event_id, 'event_device': native_app_config.event_device_id, 'event_location': native_app_config.event_location_id, "event_session": native_app_config.event_session_id }; // Simple key value like object;
// page['current_url_root'] = 'http://lci.oneskyit.local:5000/';
// page['current_url_root'] = 'http://lci.oneskyit.local/';
// page['current_url_full_path'] = '/event/pjrcghqwert/launcher/x7uFNCMEdOI?';
document.aether.page = page;
@@ -111,7 +111,7 @@
<!-- <script defer src="svelte/build/bundle.js" crossorigin></script> -->
<!-- <script defer src="https://lci.oneskyit.com/static/svelte/build/bundle.js" crossorigin></script> -->
<script defer src="http://lci.oneskyit.local:5000/static/svelte/build/bundle.js" crossorigin></script>
<script defer src="http://lci.oneskyit.local/static/svelte/build/bundle.js" crossorigin></script>
<!-- JavaScript (JS) end -->
</head>