modified: sign email issue fixed
This commit is contained in:
parent
c7b70e3f93
commit
691e73bb27
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
$('input#email').on('keyup', function() {
|
$('input#email').on('keyup change', function() {
|
||||||
var emailSec = $('#email'),
|
var emailSec = $('#email'),
|
||||||
email = emailSec.val(),
|
email = emailSec.val(),
|
||||||
emailLen = email.length;
|
emailLen = email.length;
|
||||||
|
|
Loading…
Add table
Reference in a new issue