modified: sign email issue fixed

This commit is contained in:
Fahad Abbas 2017-03-22 12:53:42 +05:00
parent c7b70e3f93
commit 691e73bb27

View file

@ -263,7 +263,7 @@
}
});
$('input#email').on('keyup', function() {
$('input#email').on('keyup change', function() {
var emailSec = $('#email'),
email = emailSec.val(),
emailLen = email.length;