mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
Fix button widget can't deal with app specific images e.g. mail/navbar
This commit is contained in:
parent
528208dca8
commit
5904ac11b0
@ -133,7 +133,7 @@ export class Et2Button extends Et2InputWidget(SlotMixin(LionButton))
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
this._image = this.egw().image(new_image, 'etemplate');
|
this._image = this.egw().image(new_image);
|
||||||
}
|
}
|
||||||
this.requestUpdate("image", oldValue);
|
this.requestUpdate("image", oldValue);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user