Code cleanup + minor css improvement

This commit is contained in:
Frederic Guillot
2015-02-09 21:37:31 -05:00
parent 77a307e4ff
commit 755b38f09e
11 changed files with 49 additions and 32 deletions

View File

@@ -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>';
}
});