forked from extern/egroupware
Do not show tooltips in mobile view
This commit is contained in:
parent
f46692974a
commit
62ffaa5574
@ -253,6 +253,8 @@ var et2_baseWidget = (function(){ "use strict"; return et2_DOMWidget.extend(et2_
|
|||||||
},
|
},
|
||||||
|
|
||||||
set_statustext: function(_value) {
|
set_statustext: function(_value) {
|
||||||
|
// Tooltip should not be shown in mobile view
|
||||||
|
if (egwIsMobile()) return;
|
||||||
// Don't execute the code below, if no tooltip will be attached/detached
|
// Don't execute the code below, if no tooltip will be attached/detached
|
||||||
if (_value == "" && !this._tooltipElem)
|
if (_value == "" && !this._tooltipElem)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user