mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
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);
|
||||
}
|
||||
|
||||
eTemplate()
|
||||
_imageTemplate()
|
||||
{
|
||||
let src = this.parse_href(this.src) || this.parse_href(this.default_src);
|
||||
if(!src)
|
||||
|
Loading…
Reference in New Issue
Block a user