Changeset a70b5a4 for src/main/resources/templates
- Timestamp:
- 02/13/25 11:03:11 (4 months ago)
- Branches:
- master
- Children:
- 9868304
- Parents:
- 3d60932
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
src/main/resources/templates/WishlistPage.html
r3d60932 ra70b5a4 81 81 }, 82 82 showReviews(flight) { 83 window.location.href = `/reviews?flightId=${flight. flightid}`;83 window.location.href = `/reviews?flightId=${flight.id}`; 84 84 }, 85 85 logout() {
Note:
See TracChangeset
for help on using the changeset viewer.