这个提交包含在:
HB9HIL 2023-12-17 20:21:38 +01:00
父节点 0e8288f16f
当前提交 9526f43ed4

查看文件

@ -581,7 +581,7 @@ function btn_pwd_showhide() {
$(this).closest('div').find('.fa-eye-slash').removeClass('fa-eye-slash').addClass('fa-eye'); $(this).closest('div').find('.fa-eye-slash').removeClass('fa-eye-slash').addClass('fa-eye');
} else { } else {
$(this).closest('div').find('input[type="text"]').attr('type','password'); $(this).closest('div').find('input[type="text"]').attr('type','password');
$(this).closest('div').find('.fa-eye').removeClass('Òfa-eye').addClass('fa-eye-slash'); $(this).closest('div').find('.fa-eye').removeClass('fa-eye').addClass('fa-eye-slash');
} }
} }
$('.user_edit .btn-pwd-showhide').off('click').on('click', btn_pwd_showhide ); $('.user_edit .btn-pwd-showhide').off('click').on('click', btn_pwd_showhide );