Skip to content

Commit

Permalink
Figured out timeout issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cereallarceny committed Aug 17, 2019
1 parent ac1da97 commit 2a48f1b
Show file tree
Hide file tree
Showing 10 changed files with 9,923 additions and 1,490 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
node_modules
coverage
dist
tmp
.DS_Store
yarn.lock
2 changes: 1 addition & 1 deletion examples/with-grid/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const startSyft = url => {
writeLinksToDOM(
scope.participants.map(
id =>
`http://localhost:8080?instance_id=${id}&scope_id=${scope.scopeId}`
`${window.location.href}?instance_id=${id}&scope_id=${scope.scopeId}`
)
);

Expand Down

0 comments on commit 2a48f1b

Please sign in to comment.