Code cleanup + minor css improvement
This commit is contained in:
@@ -191,7 +191,7 @@ var Kanboard = (function() {
|
||||
// Tooltip for column description
|
||||
$(".column-tooltip").tooltip({
|
||||
content: function(e) {
|
||||
return '<div class="markdown">'+$(this).attr("title")+'</div>';
|
||||
return '<div class="markdown">' + $(this).attr("title") + '</div>';
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
@@ -272,7 +272,6 @@ Kanboard.Board = (function() {
|
||||
filter_load_events();
|
||||
keyboard_shortcuts();
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user