Skip to content

Commit

Permalink
feat: update demos with neccessary attribute for surge #415
Browse files Browse the repository at this point in the history
  • Loading branch information
Izook committed Jul 25, 2023
1 parent ea24fc1 commit 831b12b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions template/demo/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
Prism.highlightAll();
});
</script>
<script type="module" src="../index.js"></script>
<script type="module" data-demo-script="true" src="../index.js"></script>

<!-- If additional elements are needed for the demo, add them here. -->
<script src="https://cdn.jsdelivr.net/npm/@alaskaairux/auro-accordion@latest/dist/auro-accordion__bundled.js" type="module"></script>
</body>
Expand Down
4 changes: 2 additions & 2 deletions template/demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
Prism.highlightAll();
});
</script>
<script type="module" src="../index.js"></script>
<script type="module" data-demo-script="true" src="../index.js"></script>

<!-- If additional elements are needed for the demo, add them here. -->
<script src="https://cdn.jsdelivr.net/npm/@alaskaairux/auro-accordion@latest/dist/auro-accordion__bundled.js" type="module"></script>
</body>
Expand Down

0 comments on commit 831b12b

Please sign in to comment.