fixing disabled

这个提交包含在:
Jon Lambson 2017-07-11 16:29:07 -06:00
父节点 e9a4ff8f9a
当前提交 c588ea7d3d

查看文件

@ -92,8 +92,9 @@ $('body').on('keyup keypress', '.js-authn-otp-code', function (e) {
// } // }
if ($(this).val().length === 14) { if ($(this).val().length === 14) {
$('.submit-btn').prop('disabled', false); $('.submit-btn').prop('disabled', false);
} else {
$('.submit-btn').prop('disabled', true);
} }
}); });
$('.js-authn-otp-code').mask('####-####-####'); $('.js-authn-otp-code').mask('####-####-####');