diff options
-rw-r--r-- | core/js/contactsmenu.js | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/core/js/contactsmenu.js b/core/js/contactsmenu.js index 2e33b5e7c64..cad98c5d026 100644 --- a/core/js/contactsmenu.js +++ b/core/js/contactsmenu.js @@ -62,6 +62,11 @@ + ' <img src="{{contact.topAction.icon}}">' + '</a>' + '{{/if}}' + + '{{#if contact.hasTwoActions}}' + + '<a class="second-action" href="{{contact.secondAction.hyperlink}}">' + + ' <img src="{{contact.secondAction.icon}}">' + + '</a>' + + '{{/if}}' + '{{#if contact.hasManyActions}}' + ' <span class="other-actions icon-more"></span>' + ' <div class="menu popovermenu">' @@ -76,9 +81,6 @@ + ' {{/each}}' + ' </ul>' + ' </div>' - + '{{/if}}' - + '{{#if contact.hasTwoActions}}' - + '<a class="second-action {{contact.secondAction.icon}}" href="{{contact.secondAction.hyperlink}}"></a>' + '{{/if}}'; /** |