helpcenter/Web/js/help/hidetooltip.js
alexandervnuchkov 71f171fb08 First commit
2016-08-29 16:51:20 +03:00

3 lines
85 B
JavaScript

$(document).ready(function () {
$("a.crm-task-title").attr("title", "");
});