!function(s){s(document).on("click",".password_preview",function(t){t.preventDefault();var i=user_registration_params.ursL10n,e=s(this).hasClass("dashicons-hidden")?"show":"hide",r=s(this).closest(".user-registration-form-row").find('input[name="password"]');if(0===r.length&&(r=s(this).closest(".field-user_pass").find('input[name="user_pass"]')),0===r.length&&(r=s(this).closest(".field-user_confirm_password").find('input[name="user_confirm_password"]')),0===r.length&&(r=s(this).closest(".user-registration-form-row").find('input[name="password_current"]')),0===r.length&&(r=s(this).closest(".user-registration-form-row").find('input[name="password_1"]')),0===r.length&&(r=s(this).closest(".user-registration-form-row").find('input[name="password_2"]')),0===r.length&&(r=s(this).closest(".field-password").find(".input-password")),r.length>0)switch(e){case"show":r.attr("type","text"),s(this).removeClass("dashicons-hidden").addClass("dashicons-visibility"),s(this).attr("title",i.hide_password_title);break;case"hide":r.attr("type","password"),s(this).removeClass("dashicons-visibility").addClass("dashicons-hidden"),s(this).attr("title",i.show_password_title)}})}(jQuery);