Skip to content

Commit

Permalink
move some library stuff around
Browse files Browse the repository at this point in the history
  • Loading branch information
wiedehopf committed Nov 13, 2020
1 parent 76b9d0c commit 45efc00
Show file tree
Hide file tree
Showing 33 changed files with 196 additions and 33,532 deletions.
22 changes: 11 additions & 11 deletions html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@
<meta name="mobile-web-app-capable" content="yes">
<meta name="viewport" content="user-scalable=no, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, minimal-ui" />

<link rel="stylesheet" href="jquery/jquery-ui-1.12.1/jquery-ui.min.css">
<link rel="stylesheet" href="ol/v643/ol.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="stylesheet" type="text/css" href="colors.css" />
<link rel="stylesheet" href="ol/ol-layerswitcher350.css" type="text/css"/>

<link rel="stylesheet" href="libs/jquery-ui-1.12.1.min.css" type="text/css">
<link rel="stylesheet" href="libs/ol-643.css" type="text/css" />
<link rel="stylesheet" href="style.css" type="text/css" />
<link rel="stylesheet" href="colors.css" type="text/css" />
<link rel="stylesheet" href="libs/ol-layerswitcher-370.css" type="text/css"/>

<link rel="icon" type="image/png" href="images/tar1090-favicon.png">
<title>tar1090</title>
Expand Down Expand Up @@ -908,12 +907,13 @@
<!-- adsbexchange ads placeholder -->
</body>

<script src="jquery/jquery-3.5.1.min.js"></script>
<script src="libs/jquery-3.5.1.min.js"></script>
<script src="libs/elm-pep-01.js"></script>
<script src="libs/jquery-ui-1.12.1.min.js"></script>
<script src="libs/jquery.ui.touch-punch-1.12.1.js"></script>
<script src="libs/ol-custom005.js"></script>

<script src="early.js"></script>
<script src="jquery/elm-pep01.js"></script>
<script src="jquery/jquery-ui-1.12.1/jquery-ui.min.js"></script>
<script src="jquery/jquery.ui.touch-punch.min.js"></script>
<script src="ol/ol-custom004.js"></script>

<script src="defaults.js"></script>
<script src="config.js"></script>
Expand Down
3 changes: 0 additions & 3 deletions html/jquery/README

This file was deleted.

333 changes: 0 additions & 333 deletions html/jquery/jquery-ui-1.12.1/AUTHORS.txt

This file was deleted.

Loading

0 comments on commit 45efc00

Please sign in to comment.