mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 09:59:06 +01:00
LSformElement_mail : Fixed initialize JS code
This commit is contained in:
parent
4e775aeee9
commit
39401e882b
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ var LSformElement_mail = new Class({
|
|||
}
|
||||
}, this);
|
||||
el.getElements('a.LSformElement_mail').each(function(a) {
|
||||
if (!input.hasClass('LSformElement_mail_disableMailSending')) {
|
||||
if (!a.hasClass('LSformElement_mail_disableMailSending')) {
|
||||
this.addBtnAfter.bind(this)(a);
|
||||
}
|
||||
}, this);
|
||||
|
|
Loading…
Reference in a new issue