Skip to content

Commit

Permalink
jQuery 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kay committed Apr 7, 2022
1 parent 5fdafa8 commit 48e9da3
Show file tree
Hide file tree
Showing 2 changed files with 1,236 additions and 718 deletions.
3 changes: 2 additions & 1 deletion src/main/webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<title>PV Web Socket</title>
<link rel="stylesheet" type="text/css" href="css/pvws.css">
<script type="text/javascript" src="js/jquery-3.3.1.js"></script>
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/base64.js"></script>
<script type="text/javascript" src="js/pvws.js"></script>
<script type="text/javascript" src="js/tablesort.js"></script>
Expand Down Expand Up @@ -155,6 +155,7 @@ <h1>Info</h1>

<hr>
<div id="versions">
2022-04-07 jQuery 3.6.0.<br>
2020-11-20 Support 'float' and 'short' arrays.<br>
2020-11-02 "Summary" with totals.<br>
2020-10-28 Update to JCA 2.3.7 to 2.4.6.<br>
Expand Down
Loading

0 comments on commit 48e9da3

Please sign in to comment.