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 461f8bd commit 38c622b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions demo/iframe.1.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@
<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="../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 38c622b

Please sign in to comment.