aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
authorXander Johnson <[email protected]>2020-05-10 13:27:24 -0700
committerXander Johnson <[email protected]>2020-05-10 13:27:24 -0700
commit778e9bd7a7046800f9c65b151e7b4b30c5bf71a0 (patch)
tree4077aa0d616409c94849060e683c55a3947549fe /index.html
parent29589e52b14d2f1873844e927dfae0b402fd6af4 (diff)
downloadOrca-778e9bd7a7046800f9c65b151e7b4b30c5bf71a0.tar.gz
Orca-778e9bd7a7046800f9c65b151e7b4b30c5bf71a0.zip
Make client global.
Diffstat (limited to 'index.html')
-rw-r--r--index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html b/index.html
index 7a15978..630cb22 100644
--- a/index.html
+++ b/index.html
@@ -35,6 +35,7 @@
window.addEventListener('load', () => {
client.start()
+ window.orcaClient = client;
})
// Register PWA Service Worker