diff options
author | Xander Johnson <[email protected]> | 2020-05-10 13:27:24 -0700 |
---|---|---|
committer | Xander Johnson <[email protected]> | 2020-05-10 13:27:24 -0700 |
commit | 778e9bd7a7046800f9c65b151e7b4b30c5bf71a0 (patch) | |
tree | 4077aa0d616409c94849060e683c55a3947549fe /index.html | |
parent | 29589e52b14d2f1873844e927dfae0b402fd6af4 (diff) | |
download | Orca-778e9bd7a7046800f9c65b151e7b4b30c5bf71a0.tar.gz Orca-778e9bd7a7046800f9c65b151e7b4b30c5bf71a0.zip |
Make client global.
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -35,6 +35,7 @@ window.addEventListener('load', () => { client.start() + window.orcaClient = client; }) // Register PWA Service Worker |