Skip to content

Commit

Permalink
Make client global.
Browse files Browse the repository at this point in the history
  • Loading branch information
metasyn committed May 10, 2020
1 parent 29589e5 commit 778e9bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Expand Up @@ -35,6 +35,7 @@

window.addEventListener('load', () => {
client.start()
window.orcaClient = client;
})

// Register PWA Service Worker
Expand Down

0 comments on commit 778e9bd

Please sign in to comment.