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