FIX No tooltip if dol_no_mouse_hover is on

This commit is contained in:
Laurent Destailleur 2016-11-05 13:52:24 +01:00
parent 0fea6f22a9
commit 4c712866a0

View File

@ -1907,7 +1907,7 @@ if (! function_exists("llxFooter"))
if (! empty($delayedhtmlcontent)) print $delayedhtmlcontent;
// Wrapper to show tooltips
if ($conf->use_javascript_ajax)
if (! empty($conf->use_javascript_ajax) && empty($conf->dol_no_mouse_hover))
{
print "\n<!-- JS CODE TO ENABLE tipTip on all object with class classfortooltip -->\n";
print '<script type="text/javascript">