mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
Avoid setting an empty default image
This commit is contained in:
parent
8e26062854
commit
c7549daa54
@ -185,7 +185,7 @@ export class Et2Button extends Et2InputWidget(SlotMixin(LionButton))
|
||||
if(!this.image)
|
||||
{
|
||||
let image = this._get_default_image(this._widget_id);
|
||||
if(image != this._image)
|
||||
if(image && image != this._image)
|
||||
{
|
||||
this.image = image;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user