forked from extern/egroupware
Do not show tooltips in mobile view
This commit is contained in:
parent
7416c58e0d
commit
3ff804b4c8
@ -253,6 +253,8 @@ var et2_baseWidget = (function(){ "use strict"; return et2_DOMWidget.extend(et2_
|
||||
},
|
||||
|
||||
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
|
||||
if (_value == "" && !this._tooltipElem)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user