mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
FIX No tooltip if dol_no_mouse_hover is on
This commit is contained in:
parent
0fea6f22a9
commit
4c712866a0
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user