Avoid scrollbar in Gantt chart for row title on Windows platform

This commit is contained in:
Frederic Guillot
2015-09-05 18:59:17 -04:00
parent 8dacc0f5d5
commit 94b38dd94b
5 changed files with 5 additions and 4 deletions

View File

@@ -71,7 +71,7 @@ Gantt.prototype.renderVerticalHeader = function() {
.append(" ");
if (this.data[i].type == "task") {
content.append(jQuery("<a>", {"href": this.data[i].link, "target": "_blank"}).append(this.data[i].title));
content.append(jQuery("<a>", {"href": this.data[i].link, "target": "_blank", "title": this.data[i].title}).append(this.data[i].title));
}
else {
content