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