Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
krasch committed Jan 27, 2025
1 parent 854262a commit 68f592c
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<!-- external -->
<link rel="stylesheet" href="external/maplibre-gl@4.6.0/maplibre-gl.css"/>
<script src="external/maplibre-gl@4.6.0/maplibre-gl.js"></script>
<!--script src="external/luxon@3.5.0/luxon.min.js"></script-->

<script defer data-domain="trans-europe-planner.eu" src="https://plausible.io/js/script.js"></script>

Expand All @@ -22,26 +21,6 @@
<!-- style scripts -->
<script src="style/map/layers.js"></script> <!-- only contains css styles for map in js -->

<!-- input data -->
<!--script src="data/cities.js"></script>
<script src="data/stations.js"></script>
<script src="data/connections.js"></script>
<script src="data/routes.js"></script>
<script src="data/text.js"></script-->

<!-- types -->
<!--script src="script/data/types/connection.js"></script>
<script src="script/data/types/journey.js"></script-->

<!-- data-handling -->
<!--script src="script/data/routing.js"></script>
<script src="script/data/database.js"></script>
<script src="script/data/componentData.js"></script-->

<!-- other -->
<!--script src="script/util.js"></script-->
<!--script src="script/main.js"></script-->

<title>Trans-Europe-Planner</title>
<link rel="stylesheet" href="style/map/map.css">

Expand Down

0 comments on commit 68f592c

Please sign in to comment.