mirror of
https://github.com/cjdenio/uta-trax-api.git
synced 2026-08-04 22:06:34 +00:00
show trip ID
This commit is contained in:
+1
-1
@@ -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
@@ -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} · trip ID: ${vehicle.trip_id}</small>`
|
||||
|
||||
return content
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user