mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-24 12:35:31 +00:00
style: remove comments
This commit is contained in:
parent
abba57c10c
commit
37bd34ef80
1 changed files with 3 additions and 4 deletions
|
|
@ -191,9 +191,9 @@
|
|||
|
||||
case 2:
|
||||
if (
|
||||
/* $typedErrors.birthdurname || */ $typedErrors['candidate']['birthplace'] ||
|
||||
$typedErrors['candidate']['birthplace'] ||
|
||||
$typedErrors['candidate']['birthdate'] ||
|
||||
$typedErrors['candidate']['address'] /* || $typedErrors.sex */
|
||||
$typedErrors['candidate']['address']
|
||||
) {
|
||||
return true;
|
||||
}
|
||||
|
|
@ -222,8 +222,7 @@
|
|||
if (
|
||||
$typedErrors['candidate']['citizenship'] ||
|
||||
$typedErrors['candidate']['personalIdNumber'] ||
|
||||
$typedErrors['candidate']['study'] //||
|
||||
// $typedErrors.applicationId
|
||||
$typedErrors['candidate']['study']
|
||||
) {
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue