mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-20 05:12:38 +02:00
Fix button widget can't deal with app specific images e.g. mail/navbar
This commit is contained in:
@@ -133,7 +133,7 @@ export class Et2Button extends Et2InputWidget(SlotMixin(LionButton))
|
||||
}
|
||||
else
|
||||
{
|
||||
this._image = this.egw().image(new_image, 'etemplate');
|
||||
this._image = this.egw().image(new_image);
|
||||
}
|
||||
this.requestUpdate("image", oldValue);
|
||||
}
|
||||
|
Reference in New Issue
Block a user