Add column description (merge/change pull-request #549)

This commit is contained in:
Frederic Guillot
2015-02-01 14:19:49 -05:00
parent b42830e77d
commit 40ca850707
16 changed files with 156 additions and 120 deletions

View File

@@ -50,7 +50,13 @@ Kanboard.Board = (function() {
// Description popover
$(".task-description-popover").click(on_popover);
// Tooltips
$(".column-tooltip").tooltip({
content: function(e) {
return $(this).attr("title");
}
});
// Tooltips for tasks
$(".task-board-tooltip").tooltip({
track: false,
position: {