Skip to content

Commit

Permalink
fix: CoCreateJS script paths
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Sep 21, 2024
1 parent 63a563e commit 461f8bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo/iframe.1.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
<div draggable="true" class="block inline">iframe block 8</div>
<div draggable="true" class="block inline">iframe block 9</div>
</div>

<!--<script src="../dist/CoCreate-dnd.js" ></script>-->
<!-- <script src="https://CoCreate.app/dist/CoCreate.js" ></script> -->
<script src="https://CoCreate.app/dist/CoCreate.js"></script>
</body>
</html>
4 changes: 2 additions & 2 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ <h2>This is a H2</h2>
</div>
</div>

<!--<script src="../dist/CoCreate-dnd.js" ></script>-->
<!-- <script src="https://CoCreate.app/dist/CoCreate.js" ></script> -->
<!-- <script src="../dist/CoCreate-dnd.js"></script> -->
<!-- <script src="../../../CoCreateJS/dist/CoCreate.js"></script> -->
<script src="https://CoCreate.app/dist/CoCreate.js"></script>
</body>
</html>

0 comments on commit 461f8bd

Please sign in to comment.