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;
|
if (! empty($delayedhtmlcontent)) print $delayedhtmlcontent;
|
||||||
|
|
||||||
// Wrapper to show tooltips
|
// 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 "\n<!-- JS CODE TO ENABLE tipTip on all object with class classfortooltip -->\n";
|
||||||
print '<script type="text/javascript">
|
print '<script type="text/javascript">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user