Do not show tooltips in mobile view

This commit is contained in:
Hadi Nategh 2017-08-21 11:46:28 +02:00
parent 7416c58e0d
commit 3ff804b4c8

View File

@ -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)
{