link_class

specifies the CSS class that will be applied to a link

linkLinkthe link object

Example

gantt.templates.link_class = function(link){
    return "";
};

See also
Back to top