This commit is contained in:
2018-05-29 19:16:34 -04:00
parent 5f0f54bf8c
commit 64f53271cd

View File

@@ -28,10 +28,6 @@ export class GridPage {
this.tabNavEl.style.display = 'flex'; this.tabNavEl.style.display = 'flex';
} }
doTellStory() {
this.navCtrl.push(TellYourStoryPage);
}
getBackgroundThumbnail(pics) { getBackgroundThumbnail(pics) {
return this._sanitizer.bypassSecurityTrustStyle('url(https://appsby.fitz.guru/urge/' + pics.thumb + ')'); return this._sanitizer.bypassSecurityTrustStyle('url(https://appsby.fitz.guru/urge/' + pics.thumb + ')');
} }