2
0
forked from Wavyzz/dolibarr

Clean code

This commit is contained in:
Laurent Destailleur
2017-11-13 11:01:09 +01:00
parent 40024c4264
commit d59ad412a4
2 changed files with 4 additions and 10 deletions

View File

@@ -52,7 +52,7 @@ if (empty($conf->dol_no_mouse_hover))
jQuery(document).ready(function () {
jQuery(".classfortooltip").tooltip({
show: { collision: "flipfit", effect:\'toggle\', delay:50 },
hide: { effect:\'toggle\', delay: 50 },
hide: { delay: 50 },
tooltipClass: "mytooltip",
content: function () {
return $(this).prop(\'title\'); /* To force to get title as is */