var $=jQuery;jQuery(document).ready(function(s){s(".show_hide_password_wrapper a").on("click",function(i){i.preventDefault(),"text"==s(this).siblings("input").attr("type")?(s(this).attr("title",wjbp_hide_show_password.show),s(this).siblings("input").attr("type","password"),s(this).find("span").addClass("dashicons-hidden"),s(this).find("span").removeClass("dashicons-visibility")):"password"==s(this).siblings("input").attr("type")&&(s(this).attr("title",wjbp_hide_show_password.hide),s(this).siblings("input").attr("type","text"),s(this).find("span").removeClass("dashicons-hidden"),s(this).find("span").addClass("dashicons-visibility"))})});