[FIX] website_mail_group: duplicate preventDefault() call (called before onclick already)

Plus it fails because `event` is not defined nor passed there (e.g. in Firefox)
This commit is contained in:
Olivier Dony 2014-05-31 01:48:55 +02:00
parent 130c889348
commit 52501dde7a
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@
return;
},
on_click: function () {
event.preventDefault();
var self = this;
var $email = this.$target.find(".js_follow_email");