Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
TJKoury committed Jan 29, 2024
1 parent 77d0b31 commit 9a75ffe
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/assets/app-2f314a49.js → docs/assets/app-ac3cd965.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="HandheldFriendly" content="true" />

<title>SDA TAP LAB</title>
<script type="module" crossorigin src="/assets/app-2f314a49.js"></script>
<script type="module" crossorigin src="/assets/app-ac3cd965.js"></script>
<link rel="stylesheet" href="/assets/index-42a1951f.css">
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "spaceaware.io",
"private": true,
"version": "0.0.0+1706299903326",
"version": "0.0.0+1706542397521",
"type": "module",
"scripts": {
"postinstall": "npm run copy:orbpro",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Timeline/TimeLine.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
document.getElementById("timelineviewer").style = "";
}, 500);
update();
// setClockSubscription();
setClockSubscription();
});
onDestroy(() => {
Expand Down

0 comments on commit 9a75ffe

Please sign in to comment.