Skip to content

Commit 98b9dee

Browse files
committed
Fix - forgot to remove previous code
1 parent 0f343f0 commit 98b9dee

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

form-validator/jquery.form-validator.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -955,12 +955,6 @@
955955
// select the checkbox type element in this form
956956
validateIfCheckedElement = $form.find('input[name="' + validateIfCheckedElementName + '"]');
957957

958-
// test if it's property "checked" is checked
959-
if (validateIfCheckedElement.prop('checked')) {
960-
// set value for validation checkpoint
961-
validationDependentInputIsChecked = true;
962-
}
963-
964958
// test if check input value
965959
if (validateIfCheckedElementValue != null) {
966960
validateIfCheckedElement.each(function(index, el) {

0 commit comments

Comments
 (0)