show trip ID

This commit is contained in:
2026-07-12 12:06:07 -06:00
parent 9354988f93
commit b9072340cb
5 changed files with 17 additions and 6 deletions
+1 -1
View File
@@ -300,6 +300,6 @@
</div>
</div>
<script type="module" src="/js/main.js?v=7"></script>
<script type="module" src="/js/main.js?v=8"></script>
</body>
</html>
+1 -1
View File
@@ -178,7 +178,7 @@ function vehiclePopupContent(vehicle) {
content += `<br />@ ${vehicle.nearest_station.name}`
}
content += `<br /><br /><small>vehicle #: ${vehicle.id}</small>`
content += `<br /><br /><small>vehicle #: ${vehicle.id} &middot; trip ID: ${vehicle.trip_id}</small>`
return content
}