Skip to content

Commit

Permalink
updated jos demo with new CDN links for v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jesvijonathan committed Dec 16, 2023
1 parent 931a498 commit 02368e5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,13 @@
<!-- <script src="https://cdn.jsdelivr.net/gh/jesvijonathan/JOS-Animation-Library/dist/v0.8.8/jos.debug.js"></script> -->

<!-- <script src="../dev/jos.js"></script> -->
<script src="https://unpkg.com/[email protected]/dist/jos.js"></script>
<!-- <script src="https://unpkg.com/[email protected]/dist/jos.js"></script> -->
<script
src="https://cdnjs.cloudflare.com/ajax/libs/jos-animation/0.9.2/jos.js"
integrity="sha512-ZbNmgrMmWwQspNz6WQ1HnqLEPMXE4PyJBVnuc10e4gwJhrycze2IzjDQPx4CxkOBnUyt5wNCekdeTRJOe8J4WA=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>
<script>
function testInvokeEnterFunction() {
console.log("testInvokeEnterFunction Invoked on Enter");
Expand Down
2 changes: 1 addition & 1 deletion docs/index2.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
-->

<!DOCTYPE html>
<!doctype html>
<html>
<head>
<title>JOS: Animation Library | Demo 2</title>
Expand Down

0 comments on commit 02368e5

Please sign in to comment.