Skip to content

Commit

Permalink
Fix showing contacts context menu when clicking on underlined search …
Browse files Browse the repository at this point in the history
…results
  • Loading branch information
slusarz committed Mar 18, 2015
1 parent e8aa31d commit 6c215c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imp/js/core.js
Expand Up @@ -513,7 +513,7 @@ var ImpCore = {
switch (e.memo) {
case 'ctx_contacts':
tmp = $(e.memo).down('DIV');
tmp2 = e.element().retrieve('email');
tmp2 = e.findElement('A').retrieve('email');
tmp.hide().childElements().invoke('remove');

if (!tmp2) {
Expand Down

0 comments on commit 6c215c8

Please sign in to comment.