summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/user.html.tmpl
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2012-09-25 18:22:57 +0200
committerByron Jones <bjones@mozilla.com>2012-09-25 18:22:57 +0200
commitaf0fdde1cf4a00c769efcdb02ea091b2715edbe6 (patch)
treed990ce27d19e7869e0b5ddf444a1d3997ccecf92 /template/en/default/global/user.html.tmpl
parentfa8ddc3179ace6ff18c0df8bb0e2d11ffb1b6ca2 (diff)
downloadbugzilla-af0fdde1cf4a00c769efcdb02ea091b2715edbe6.tar.gz
bugzilla-af0fdde1cf4a00c769efcdb02ea091b2715edbe6.tar.xz
Bug 786532: Modified clicks on email links are intercepted
Diffstat (limited to 'template/en/default/global/user.html.tmpl')
-rw-r--r--template/en/default/global/user.html.tmpl5
1 files changed, 2 insertions, 3 deletions
diff --git a/template/en/default/global/user.html.tmpl b/template/en/default/global/user.html.tmpl
index 433a9803d..4f9b8a41b 100644
--- a/template/en/default/global/user.html.tmpl
+++ b/template/en/default/global/user.html.tmpl
@@ -28,9 +28,8 @@
[% IF user.id %]
<a class="email" href="mailto:[% who.email FILTER html %]"
[% IF who.id && user.in_group('canconfirm') %]
- onclick="show_admin_usermenu(event, [% who.id FILTER none %], '[% who.email FILTER js %]',
- [% IF (user.in_group('editusers') || user.bless_groups.size > 0) %]true[% ELSE %]false[% END %]);
- return false"
+ onclick="return show_usermenu(event, [% who.id FILTER none %], '[% who.email FILTER js %]',
+ [% IF (user.in_group('editusers') || user.bless_groups.size > 0) %]true[% ELSE %]false[% END %]);"
[% END %]
title="[% who.identity FILTER html %]">
[%- END -%]