Remove unneeded code.
This commit is contained in:
parent
3537fee2ba
commit
3951dfcf86
1 changed files with 0 additions and 2 deletions
|
|
@ -83,9 +83,7 @@ export default {
|
||||||
: this.getCmsContent(this.cmsWidgetName, 'ForwardButtonText');
|
: this.getCmsContent(this.cmsWidgetName, 'ForwardButtonText');
|
||||||
},
|
},
|
||||||
footerImageURL() {
|
footerImageURL() {
|
||||||
// return this.getCmsContent(this.cmsWidgetName, 'FooterImageURL');
|
|
||||||
const output = this.getCmsContent(this.cmsWidgetName, 'FooterImageURL');
|
const output = this.getCmsContent(this.cmsWidgetName, 'FooterImageURL');
|
||||||
console.log('original image', output);
|
|
||||||
return output;
|
return output;
|
||||||
},
|
},
|
||||||
includeFooterImage() {
|
includeFooterImage() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue