Fixed require mask input
This commit is contained in:
parent
c303c9d349
commit
f26d82c0f4
1 changed files with 5 additions and 2 deletions
|
|
@ -133,14 +133,17 @@ function require_recurrent_event(option) {
|
|||
|
||||
function require_lunch(option) {
|
||||
$("#lunch_start").prop('required', option);
|
||||
$("#mask_ffp2").prop('required', option);
|
||||
}
|
||||
|
||||
function require_lunch(option) {
|
||||
$("#mask_type1").prop('required', option);
|
||||
$("#lunch_finish").prop('required', option);
|
||||
}
|
||||
|
||||
function require_mask(option) {
|
||||
$("#mask_type1").prop('required', option);
|
||||
$("#mask_ffp2").prop('required', option);
|
||||
}
|
||||
|
||||
function require_hepa(option) {
|
||||
$("#hepa_amount").prop('required', option);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue