From: Ivan Sein Date: Thu, 27 Apr 2017 16:11:35 +0000 (+0200) Subject: Show tooltip for second action. X-Git-Tag: v12.0.0beta1~34^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9c4275a832b46f37aeb4cd0424a0a315718b5e3d;p=nextcloud-server.git Show tooltip for second action. Signed-off-by: Ivan Sein --- 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; },