Switch to latest stable jquery/jqueryui. Include a local copy.
This commit is contained in:
parent
da437b3295
commit
b1acfcf26a
24
debian/copyright
vendored
24
debian/copyright
vendored
|
@ -41,6 +41,10 @@ License: CC-BY-SA-3.0 and CC-BY-3.0
|
||||||
Comment: _generic_plane_svg was added with https://github.com/mutability/dump1090/commit/5f0e295580c34da34ecef3a37f03e9a9d57485ff
|
Comment: _generic_plane_svg was added with https://github.com/mutability/dump1090/commit/5f0e295580c34da34ecef3a37f03e9a9d57485ff
|
||||||
https://github.com/DE8MSH
|
https://github.com/DE8MSH
|
||||||
|
|
||||||
|
Files: public_html/jquery/*
|
||||||
|
Copyright: 2015 jQuery Foundation and other contributors
|
||||||
|
License: MIT
|
||||||
|
|
||||||
Files: debian/*
|
Files: debian/*
|
||||||
Copyright: 2014,2015 Oliver Jowett <oliver@mutability.co.uk>
|
Copyright: 2014,2015 Oliver Jowett <oliver@mutability.co.uk>
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
@ -742,3 +746,23 @@ License: CC-BY-3.0
|
||||||
not granted under this License, such additional rights are deemed to be
|
not granted under this License, such additional rights are deemed to be
|
||||||
included in the License; this License is not intended to restrict the
|
included in the License; this License is not intended to restrict the
|
||||||
license of any rights under applicable law.
|
license of any rights under applicable law.
|
||||||
|
|
||||||
|
License: MIT
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
|
a copy of this software and associated documentation files (the
|
||||||
|
"Software"), to deal in the Software without restriction, including
|
||||||
|
without limitation the rights to use, copy, modify, merge, publish,
|
||||||
|
distribute, sublicense, and/or sell copies of the Software, and to
|
||||||
|
permit persons to whom the Software is furnished to do so, subject to
|
||||||
|
the following conditions:
|
||||||
|
.
|
||||||
|
The above copyright notice and this permission notice shall be included
|
||||||
|
in all copies or substantial portions of the Software.
|
||||||
|
.
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
|
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||||
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
||||||
|
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
||||||
|
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
||||||
|
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
||||||
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
|
|
@ -3,9 +3,9 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<link rel="stylesheet" type="text/css" href="style.css" />
|
<link rel="stylesheet" type="text/css" href="style.css" />
|
||||||
<link rel="stylesheet" href="//code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" />
|
<link rel="stylesheet" href="jquery/jquery-ui-1.11.4-smoothness.css" />
|
||||||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
|
<script src="jquery/jquery-3.0.0.min.js"></script>
|
||||||
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js"></script>
|
<script src="jquery/jquery-ui-1.11.4.min.js"></script>
|
||||||
<script type="text/javascript" src="//maps.googleapis.com/maps/api/js?libraries=geometry"></script>
|
<script type="text/javascript" src="//maps.googleapis.com/maps/api/js?libraries=geometry"></script>
|
||||||
<script type="text/javascript" src="config.js"></script>
|
<script type="text/javascript" src="config.js"></script>
|
||||||
<script type="text/javascript" src="markers.js"></script>
|
<script type="text/javascript" src="markers.js"></script>
|
||||||
|
|
3
public_html/jquery/README
Normal file
3
public_html/jquery/README
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
This directory contains local copies of jQuery / jQuery UI;
|
||||||
|
the original versions are available from jquery.com under
|
||||||
|
a MIT-style license.
|
4
public_html/jquery/jquery-3.0.0.min.js
vendored
Normal file
4
public_html/jquery/jquery-3.0.0.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1225
public_html/jquery/jquery-ui-1.11.4-smoothness.css
Normal file
1225
public_html/jquery/jquery-ui-1.11.4-smoothness.css
Normal file
File diff suppressed because it is too large
Load diff
13
public_html/jquery/jquery-ui-1.11.4.min.js
vendored
Normal file
13
public_html/jquery/jquery-ui-1.11.4.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue