Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Apr 6, 2024
1 parent 28264a4 commit ea48994
Show file tree
Hide file tree
Showing 5 changed files with 367 additions and 240 deletions.
6 changes: 6 additions & 0 deletions connect/dev/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,11 @@
<p>
<fasten-stitch public-id="public_test_rei2un7aagh5pquwikxh2dsyq23bsdyu4l8vm9eq29ftu" connect-mode="popup"></fasten-stitch>
</p>

<script type="application/javascript">
const el = document.querySelector('fasten-stitch');
el.addEventListener('orgConnectionCallback', (event) => console.log(event.detail));
</script>

<script src="runtime.js" type="module"></script><script src="polyfills.js" type="module"></script><script src="vendor.js" type="module"></script><script src="main.js" type="module"></script></body>
</html>
Loading

0 comments on commit ea48994

Please sign in to comment.