Skip to content

Commit cd13092

Browse files
committed
jshint errors
fixed jshint errors
1 parent cb8ee60 commit cd13092

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/modules/security.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@
574574

575575
if (!$form.attr('id')) {
576576
$form.attr('id', 'recaptcha-form-' + (i++));
577-
};
577+
}
578578
grecaptchaRenderCallback[$form.attr('id')] = function (result) {
579579
var formID;
580580
$('#' + formID).each(function () {
@@ -605,7 +605,7 @@
605605
.append(div);
606606

607607
});
608-
};
608+
}
609609

610610
});
611611
};

0 commit comments

Comments
 (0)