forked from extern/egroupware
Et2Image: Fix "TypeError: this._imageTemplate is not a function"
I'm not sure how that happened. Autocorrect?
This commit is contained in:
parent
6bd5388131
commit
18f6d1ee0b
@ -111,7 +111,7 @@ export class Et2Image extends Et2Widget(SlotMixin(LitElement)) implements et2_ID
|
|||||||
this._handleClick = this._handleClick.bind(this);
|
this._handleClick = this._handleClick.bind(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
eTemplate()
|
_imageTemplate()
|
||||||
{
|
{
|
||||||
let src = this.parse_href(this.src) || this.parse_href(this.default_src);
|
let src = this.parse_href(this.src) || this.parse_href(this.default_src);
|
||||||
if(!src)
|
if(!src)
|
||||||
|
Loading…
Reference in New Issue
Block a user