Skip to content

Commit

Permalink
fix hotel link
Browse files Browse the repository at this point in the history
  • Loading branch information
Serg Akudovich committed Jan 27, 2021
1 parent 954dea5 commit 44a9694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/vm/Hotels/SearchResults/Controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ define(
};

this.makeHotelLink = function (hotel) {
return '/hotels/results/' + getSearchId() + '/' + hotel.resultsHotelId;
return this.$$controller.options.root + 'hotels/results/' + getSearchId() + '/' + hotel.resultsHotelId;
};

this.getHotelMainImage = function (hotel, defaultImage) {
Expand Down

0 comments on commit 44a9694

Please sign in to comment.