Skip to content

Commit

Permalink
Update jQuery to 3.7.1
Browse files Browse the repository at this point in the history
Remove support for IE<9.
  • Loading branch information
153957 committed Mar 31, 2024
1 parent a07c6c3 commit d40b1a3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion api_interface.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="stylesheet" href="styles/common.css">
<link rel="stylesheet" href="styles/api_interface.css">
<script src="scripts/jquery-1.10.2.min.js"></script>
<script src="scripts/jquery-3.7.1.min.js"></script>
<script src="jquery.jsparc.js"></script>
<script>
"use strict";
Expand Down
3 changes: 1 addition & 2 deletions data_retrieval.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="stylesheet" href="styles/common.css">
<link rel="stylesheet" href="styles/data_retrieval.css">
<!--[if lt IE 9]><script src="scripts/excanvas.js"></script><![endif]-->
<script src="scripts/jquery-1.10.2.min.js"></script>
<script src="scripts/jquery-3.7.1.min.js"></script>
<script src="scripts/jquery.flot.js"></script>
<script src="scripts/jquery.flot.time.js"></script>
<script src="scripts/jquery.flot.log.js"></script>
Expand Down
5 changes: 0 additions & 5 deletions scripts/jquery-1.10.2.min.js

This file was deleted.

2 changes: 2 additions & 0 deletions scripts/jquery-3.7.1.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion station_distances.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel="stylesheet" media="all" href="styles/common.css">
<link rel="stylesheet" media="all" href="styles/map_controls.css">
<link rel="stylesheet" media="all" href="styles/station_distances.css">
<script src="scripts/jquery-1.10.2.min.js"></script>
<script src="scripts/jquery-3.7.1.min.js"></script>
<script src="scripts/leaflet.js"></script>
<script src="scripts/leaflet.hisparc.js"></script>
<script src="jquery.jsparc.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion trigger_simulation.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>HiSPARC - jSparc - Trigger simulation</title>
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="stylesheet" href="styles/common.css">
<script src="scripts/jquery-1.10.2.min.js"></script>
<script src="scripts/jquery-3.7.1.min.js"></script>
<script>
"use strict";
// Trigger rate in Hz
Expand Down

0 comments on commit d40b1a3

Please sign in to comment.