From 63da73600fe12145ff315b513dfcf947e62cb342 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Sat, 16 Dec 2017 11:21:59 +0100 Subject: [PATCH] Add tooltip to assigned users and info button MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- js/app/Run.js | 5 +++++ templates/part.board.mainView.php | 2 +- templates/part.card.php | 5 +++-- 3 files changed, 9 insertions(+), 3 deletions(-) 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('Saved')); ?> t('Unsaved changes')); ?>