change jquery to version 3.0.0 and adding jquery-migrate script
This commit is contained in:
parent
74085e5e6f
commit
9e4fce4b7d
2
.gitignore
vendored
2
.gitignore
vendored
@ -9,3 +9,5 @@ www/geolocationTable.js
|
|||||||
www/stations.xml
|
www/stations.xml
|
||||||
|
|
||||||
.vscode/settings.json
|
.vscode/settings.json
|
||||||
|
|
||||||
|
www/index.html
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user