Curly brace request
This commit is contained in:
parent
a96a881145
commit
6d4ec0dafc
1 changed files with 2 additions and 1 deletions
|
|
@ -312,8 +312,9 @@ $(document).ready(function () {
|
|||
$("#event_type_recurrent").change(removeInvalidDate);
|
||||
|
||||
var radioValue = $("input[name='event_type']:checked");
|
||||
if (radioValue.val())
|
||||
if (radioValue.val()) {
|
||||
require_fields(radioValue.get(0));
|
||||
}
|
||||
});
|
||||
|
||||
/* -------Debugging------- */
|
||||
|
|
|
|||
Loading…
Reference in a new issue