Skip to content

Commit

Permalink
fix: /dist/CoCreate.js updated to https://CoCreate.app/dist/CoCreate.js
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Aug 21, 2023
1 parent e5dc52e commit b14f66d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion demo/click.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@

<!-- <script src="../dist/CoCreate-events.js"></script> -->
<!-- <script src="../../../CoCreateJS/dist/CoCreate.js"></script> -->
<script src="/dist/CoCreate.js"></script>
<script src="https://CoCreate.app/dist/CoCreate.js"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion demo/hover.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@
</div>

<!--<script src="../dist/CoCreate-events.js"></script>-->
<script src="/dist/CoCreate.js"></script>
<script src="https://CoCreate.app/dist/CoCreate.js"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,6 @@
input-selector="#keyname" />

<!--<script src="../dist/CoCreate-events.js"></script>-->
<script src="/dist/CoCreate.js"></script>
<script src="https://CoCreate.app/dist/CoCreate.js"></script>
</body>
</html>
4 changes: 2 additions & 2 deletions demo/selected.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
</div>

<!-- <script src="../dist/CoCreate-selected.js"></script> -->
<script src="/dist/CoCreate.js"></script>
<!-- <script src="/dist/CoCreate.js"></script> -->
<script src="https://CoCreate.app/dist/CoCreate.js"></script>
<!-- <script src="https://CoCreate.app/dist/CoCreate.js"></script> -->
</body>
</html>
2 changes: 1 addition & 1 deletion demo/set-value.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
</form>

<!-- <script src="../../../CoCreateJS/dist/CoCreate.js"></script> -->
<script src="/dist/CoCreate.js"></script>
<script src="https://CoCreate.app/dist/CoCreate.js"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,6 @@ <h2 class="padding:5px_0px">Demo</h2>
</main>

<script src="./apikey.js"></script>
<script src="/dist/CoCreate.js"></script>
<script src="https://CoCreate.app/dist/CoCreate.js"></script>
</body>
</html>

0 comments on commit b14f66d

Please sign in to comment.