Clean code and debug TakePOS module

This commit is contained in:
Laurent Destailleur
2019-03-27 17:50:23 +01:00
parent e064a954d2
commit 3930464b84
5 changed files with 77 additions and 53 deletions

View File

@@ -53,6 +53,7 @@ if (empty($conf->dol_no_mouse_hover))
hide: { delay: 50 },
tooltipClass: "mytooltip",
content: function () {
console.log("Return title for popup");
return $(this).prop(\'title\'); /* To force to get title as is */
}
});'."\n";