Skip to content

Commit

Permalink
#90 change librarie includes to local
Browse files Browse the repository at this point in the history
  • Loading branch information
karlbrink committed Apr 19, 2024
1 parent 6d20b95 commit 8a51108
Showing 1 changed file with 6 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,7 @@
<!--<link rel="stylesheet" href="../extensions/bootstrap-3.3.6-dist/css/bootstrap.min.css" type="text/css" />-->
<!--<link rel="stylesheet" href="../extensions/bootstrap-select-1.9.3/dist/css/bootstrap-select.css" type="text/css" />-->
<link rel="stylesheet" href="../extensions/bootstrap-4.6.2-dist/css/bootstrap.min.css" type="text/css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css">
<!-- https://icons.getbootstrap.com/ -->
<!--<link rel="stylesheet" href="../extensions/bootstrap-5.3.3-dist/css/bootstrap.min.css" type="text/css" />-->
<link rel="stylesheet" href="../extensions/bootstrap-select-1.13.14/dist/css/bootstrap-select.css" type="text/css" />
<link rel="stylesheet" href="../extensions/bootstrap-select-1.13.18/css/bootstrap-select.min.css" type="text/css" />
<link rel="stylesheet" href="../extensions/jquery-ui-1.13.2.custom/jquery-ui.min.css" type="text/css" />
<style type="text/css">

Expand Down Expand Up @@ -167,13 +164,12 @@
</style>
<!--<script src="../extensions/OpenLayers-2.13.1/OpenLayers.mobile.js"></script>//TODO: bugs with control panels-->

<script src="../extensions/jquery-1.12.0.min.js"></script>
<!-- <script src="../extensions/jquery-3.7.1/jquery-3.7.1.min.js"></script> -->
<script src="https://code.jquery.com/jquery-migrate-3.4.1.js"></script>
<!-- <script src="../extensions/jquery-1.12.0.min.js"></script> -->
<!-- <script src="https://code.jquery.com/jquery-migrate-3.4.1.js"></script> -->
<script src="../extensions/jquery-3.7.1/jquery-3.7.1.min.js"></script>
<script src="../extensions/jquery-ui-1.13.2.custom/jquery-ui.min.js"></script>
<script src="../extensions/bootstrap-4.6.2-dist/js/bootstrap.bundle.js"></script>
<!--<script src="../extensions/bootstrap-select-1.13.14/dist/js/bootstrap-select.js"></script>-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap-select.js"></script>
<script src="../extensions/bootstrap-4.6.2-dist/js/bootstrap.bundle.min.js"></script>
<script src="../extensions/bootstrap-select-1.13.18/js/bootstrap-select.min.js"></script>
<script src="../extensions/OpenLayers-2.13.1/OpenLayers.js"></script>
<script src="../javascripts/mb_downloadFeedClient.php"></script>
</head>
Expand Down

0 comments on commit 8a51108

Please sign in to comment.