fixed form validation
This commit is contained in:
@@ -863,12 +863,9 @@
|
||||
});
|
||||
}
|
||||
|
||||
if($('#owner_id').hasClass("invalid")) {
|
||||
$('#owner_id').next().find('.select2-selection').addClass('invalid');
|
||||
}
|
||||
|
||||
if(error) {
|
||||
$("#form-error").show();
|
||||
return false;
|
||||
}
|
||||
|
||||
console.log("empty: " + checkEmpty);
|
||||
|
||||
Reference in New Issue
Block a user