Skip to content

Commit

Permalink
Updated the js lib version.
Browse files Browse the repository at this point in the history
  • Loading branch information
feuzeu committed Jan 10, 2025
1 parent 5a14db7 commit 77308e3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Plugin/Code/AssetManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class AssetManager
*
* @var string
*/
const JS_LIB_URL = 'https://cdn.jsdelivr.net/gh/jaxon-php/[email protected].15/dist';
const JS_LIB_URL = 'https://cdn.jsdelivr.net/gh/jaxon-php/[email protected].17/dist';

/**
* The constructor
Expand Down
4 changes: 2 additions & 2 deletions tests/src/js/lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
cursor: pointer;
}
</style>
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/jaxon-php/[email protected].15/dist/libs/chibi/chibi.js" charset="UTF-8"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/jaxon-php/[email protected].15/dist/jaxon.core.js" charset="UTF-8"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/jaxon-php/[email protected].17/dist/libs/chibi/chibi.js" charset="UTF-8"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/jaxon-php/[email protected].17/dist/jaxon.core.js" charset="UTF-8"></script>

<script type="text/javascript" charset="UTF-8">
/* <![CDATA[ */
Expand Down
4 changes: 2 additions & 2 deletions tests/src/js/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
cursor: pointer;
}
</style>
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/jaxon-php/[email protected].15/dist/libs/chibi/chibi.js" charset="UTF-8"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/jaxon-php/[email protected].15/dist/jaxon.core.js" charset="UTF-8"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/jaxon-php/[email protected].17/dist/libs/chibi/chibi.js" charset="UTF-8"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/jaxon-php/[email protected].17/dist/jaxon.core.js" charset="UTF-8"></script>

<script type="text/javascript" charset="UTF-8">
/* <![CDATA[ */
Expand Down

0 comments on commit 77308e3

Please sign in to comment.