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

3 lines
82 B
JavaScript

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