mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
remove redundant if clause
This commit is contained in:
parent
d7019caec5
commit
918c0324d1
@ -212,10 +212,6 @@ export class Et2Image extends Et2Widget(SlotMixin(LitElement)) implements et2_ID
|
||||
{
|
||||
this.src = this.egw().link('/index.php', src);
|
||||
}
|
||||
else if(this.src && this.egw().image(src))
|
||||
{
|
||||
this.src = src;
|
||||
}
|
||||
else
|
||||
{
|
||||
this.src = src;
|
||||
|
Loading…
Reference in New Issue
Block a user