Show title in tooltip for collapsed tasks

This commit is contained in:
Frederic Guillot
2015-07-04 20:51:52 -04:00
parent c231b65cfc
commit b2ba780c9d
15 changed files with 20 additions and 19 deletions

View File

@@ -139,7 +139,7 @@
$("<div>")
.addClass("tooltip-arrow")
.addClass(feedback.vertical)
.addClass(arrow_pos == 0 ? "align-left" : "align-right")
.addClass(arrow_pos < 1 ? "align-left" : "align-right")
.appendTo(this);
}
},