aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
authorDevine Lu Linvega <[email protected]>2020-05-11 13:56:40 +0900
committerGitHub <[email protected]>2020-05-11 13:56:40 +0900
commit0c2090227bf2b7a387a81ee02712b6044a4dede4 (patch)
tree3f497d4d87b151aa63deb9c11760afe27a27ef16 /index.html
parent5a1439d6f0a4b0d6b93d0d840cf37cb2b988983a (diff)
parent778e9bd7a7046800f9c65b151e7b4b30c5bf71a0 (diff)
downloadOrca-0c2090227bf2b7a387a81ee02712b6044a4dede4.tar.gz
Orca-0c2090227bf2b7a387a81ee02712b6044a4dede4.zip
Merge pull request #216 from metasyn/master
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