Bug fixes
This commit is contained in:
parent
eb450365d6
commit
dbf2ec5e13
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ function ViewModel(data) {
|
|||
var isValid = true;
|
||||
$('input.client-email').each(function(item, value) {
|
||||
var email = $(value).val();
|
||||
if (!first_name && (!email || !isValidEmailAddress(email))) {
|
||||
if (!firstName && (!email || !isValidEmailAddress(email))) {
|
||||
isValid = false;
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue