mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Do not activate statustext for mobile template
This commit is contained in:
parent
d92f2cb486
commit
f23c562105
@ -237,7 +237,7 @@ const Et2WidgetMixin = <T extends Constructor>(superClass : T) =>
|
||||
|
||||
this.addEventListener("click", this._handleClick);
|
||||
|
||||
if(this.statustext)
|
||||
if(this.statustext && !egwIsMobile())
|
||||
{
|
||||
this.egw().tooltipBind(this, this.egw().lang(this.statustext));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user