sdrweb: vendor jquery

This commit is contained in:
Astro 2023-06-12 22:48:01 +02:00
parent cf135d9e47
commit 6957a5e31b
3 changed files with 4 additions and 1 deletions

View File

@ -38,7 +38,7 @@
color:#333;
}
</style>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="jquery-3.7.0.min.js"></script>
<script src="https://unpkg.com/leaflet@1.6.0/dist/leaflet.js" integrity="sha512-gZwIG9x3wUXg2hdXF6+rVkLF/0Vi9U8D2Ntg4Ga5I5BZpVkVxlJWbSQtXPSiUTtC0TjtGOmxa1AJPuV0CPthew==" crossorigin=""></script>
<script type="text/javascript">
Map=null;

View File

@ -28,6 +28,7 @@
root = pkgs.runCommand "adsb-map" {} ''
mkdir $out
cp ${./adsb.html} $out/index.html
cp ${./jquery-3.7.0.min.js} $out/jquery-3.7.0.min.js
cp ${./airplane.svg} $out/airplane.svg
'';
extraConfig = ''

2
hosts/sdrweb/jquery-3.7.0.min.js vendored Normal file

File diff suppressed because one or more lines are too long