Skip to content

Commit 6b32530

Browse files
committed
move filter functions for vehicles to filter_vehicles.js
1 parent ee83705 commit 6b32530

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<script src="/data/tram_compositions.js"></script>
2424

2525
<script src="js/app.js" type="module"></script>
26-
<script src="js/filters.js"></script>
26+
<script src="js/filter_vehicles.js"></script>
2727
</head>
2828
<body class="position-relative h-100">
2929
<div id="vehicles-panel" class="panel position-absolute h-100 d-flex flex-column d-none p-2">

0 commit comments

Comments
 (0)