Store updated trip details
This commit is contained in:
@@ -9,6 +9,7 @@ export function displayTripDetails(trip_id) {
|
|||||||
element_trip_details.popupShow();
|
element_trip_details.popupShow();
|
||||||
|
|
||||||
fetchTrip(trip_id).then(result => {
|
fetchTrip(trip_id).then(result => {
|
||||||
|
window.dataStore.trips.remember(result.trip);
|
||||||
element_response.innerText = "";
|
element_response.innerText = "";
|
||||||
|
|
||||||
let el_headline = EL("h1", {});
|
let el_headline = EL("h1", {});
|
||||||
|
Reference in New Issue
Block a user