no message
This commit is contained in:
@@ -35,8 +35,7 @@ export class CruisePage {
|
|||||||
}
|
}
|
||||||
|
|
||||||
getBackground(images) {
|
getBackground(images) {
|
||||||
// PROD: return this._sanitizer.bypassSecurityTrustStyle('url(https://appsby.fitz.guru/urge/' + images.detail + ')');
|
return this._sanitizer.bypassSecurityTrustStyle('url(https://appsby.fitz.guru/urge/' + images.detail + ')');
|
||||||
return this._sanitizer.bypassSecurityTrustStyle('url(' + images.detail + ')');
|
|
||||||
}
|
}
|
||||||
|
|
||||||
getFormattedCruiseAddress(location) {
|
getFormattedCruiseAddress(location) {
|
||||||
|
|||||||
@@ -27,8 +27,7 @@ export class CruisesPage {
|
|||||||
}
|
}
|
||||||
|
|
||||||
getBackgroundThumbnail(images) {
|
getBackgroundThumbnail(images) {
|
||||||
// PROD: return this._sanitizer.bypassSecurityTrustStyle('url(https://appsby.fitz.guru/urge/' + images.thumb + ')');
|
return this._sanitizer.bypassSecurityTrustStyle('url(https://appsby.fitz.guru/urge/' + images.thumb + ')');
|
||||||
return this._sanitizer.bypassSecurityTrustStyle('url(' + images.thumb + ')');
|
|
||||||
}
|
}
|
||||||
|
|
||||||
profileTapped(event, cruise) {
|
profileTapped(event, cruise) {
|
||||||
|
|||||||
Reference in New Issue
Block a user