diff --git a/js/app/Run.js b/js/app/Run.js index 3c80f44d9..87e342475 100644 --- a/js/app/Run.js +++ b/js/app/Run.js @@ -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"]' + }); + }); diff --git a/templates/part.board.mainView.php b/templates/part.board.mainView.php index 577112dd1..079006181 100644 --- a/templates/part.board.mainView.php +++ b/templates/part.board.mainView.php @@ -82,7 +82,7 @@