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