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 @@
-
+
diff --git a/templates/part.card.php b/templates/part.card.php index c179a0439..d2c14e1ea 100644 --- a/templates/part.card.php +++ b/templates/part.card.php @@ -66,7 +66,8 @@
-
+
@@ -88,7 +89,7 @@

t('Description')); ?> - t('Formatting help')); ?> + t('Formatting help')); ?>
t('Saved')); ?> t('Unsaved changes')); ?>