Add tooltip to assigned users and info button
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -74,4 +74,9 @@ app.run(function ($document, $rootScope, $transitions, BoardService) {
|
||||
}
|
||||
}
|
||||
});
|
||||
// Select all elements with data-toggle="tooltips" in the document
|
||||
$('body').tooltip({
|
||||
selector: '[data-toggle="tooltip"]'
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user