bug fix
This commit is contained in:
@@ -39,8 +39,9 @@
|
||||
// Check to see if the checkbox is checked.
|
||||
// If it is, show the fields and populate the input.
|
||||
// If not, hide the fields.
|
||||
var Value = modality.val();
|
||||
if (Value=='water') {
|
||||
var Value = modality.val();
|
||||
var otwtypes = ['water','coastal','c-boat','churchboat']
|
||||
if (otwtypes.includes(Value)) {
|
||||
// Show the hidden fields.
|
||||
hidden.show();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user