From 9c4275a832b46f37aeb4cd0424a0a315718b5e3d Mon Sep 17 00:00:00 2001 From: Ivan Sein Date: Thu, 27 Apr 2017 18:11:35 +0200 Subject: [PATCH] Show tooltip for second action. Signed-off-by: Ivan Sein --- core/js/contactsmenu.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/js/contactsmenu.js b/core/js/contactsmenu.js index 15c48887d20..9ce27509e8b 100644 --- a/core/js/contactsmenu.js +++ b/core/js/contactsmenu.js @@ -64,7 +64,7 @@ + '' + '{{/if}}' + '{{#if contact.hasTwoActions}}' - + '' + + '' + ' ' + '' + '{{/if}}' @@ -228,6 +228,8 @@ // Show tooltip for top action this.$('.top-action').tooltip({placement: 'left'}); + // Show tooltip for second action + this.$('.second-action').tooltip({placement: 'left'}); return this; }, -- 2.39.5