change jquery to version 3.0.0 and adding jquery-migrate script

This commit is contained in:
Kasper D. Fischer 2020-07-14 22:17:49 +02:00
parent 74085e5e6f
commit 9e4fce4b7d
2 changed files with 7 additions and 4 deletions

2
.gitignore vendored
View File

@ -9,3 +9,5 @@ www/geolocationTable.js
www/stations.xml www/stations.xml
.vscode/settings.json .vscode/settings.json
www/index.html

View File

@ -8,8 +8,8 @@
<!-- Style definitions --> <!-- Style definitions -->
<link rel="stylesheet" href="main.css" /> <link rel="stylesheet" href="main.css" />
<!-- link rel="stylesheet" href="//code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui.css" / --> <!-- link rel="stylesheet" href="https:////code.jquery.com/ui/3.0.0/themes/smoothness/jquery-ui.css" / -->
<link rel="stylesheet" href="//code.jquery.com/ui/1.10.4/themes/cupertino/jquery-ui.css" /> <link rel="stylesheet" href="https:////code.jquery.com/ui/1.12.1/themes/cupertino/jquery-ui.css" />
<link rel="stylesheet" href="external/theme.blue.css"/> <link rel="stylesheet" href="external/theme.blue.css"/>
<link rel="stylesheet" href="external/jquery.tablesorter.pager.css" /> <link rel="stylesheet" href="external/jquery.tablesorter.pager.css" />
<link rel="stylesheet" href="external/leaflet.css" /> <link rel="stylesheet" href="external/leaflet.css" />
@ -18,8 +18,9 @@
<link rel="stylesheet" href="external/easyPrint.css"/> <link rel="stylesheet" href="external/easyPrint.css"/>
<!-- jQuery & jQueryUI --> <!-- jQuery & jQueryUI -->
<script type="text/javascript" src="//code.jquery.com/jquery-1.11.0.min.js"></script> <script type="text/javascript" src="https://code.jquery.com/jquery-3.0.0.js"></script>
<script type="text/javascript" src="//code.jquery.com/ui/1.10.4/jquery-ui.js"></script> <script type="text/javascript" src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script type="text/javascript" src="https://code.jquery.com/jquery-migrate-3.3.1.js"></script>
<!-- Localtime & sprintf --> <!-- Localtime & sprintf -->
<script type="text/javascript" src="external/jquery.localtime-0.9.1.min.js"></script> <script type="text/javascript" src="external/jquery.localtime-0.9.1.min.js"></script>