FIX Remove "hide" class from form inputs, leave it on the field holder - fixes display rules issue

This commit is contained in:
Robbie Averill 2017-06-06 10:13:09 +12:00
parent e86306c7bf
commit 51890f6084

View File

@ -772,6 +772,7 @@ JS
$('{$target}').{$rule['opposite']};
}
});
$("{$target}").find('.hide').removeClass('hide');
EOS;
}