Sha256: 4073f66058f2cfd0911a48694d87659e22f0f443f26dfbfa2dae9646a3de9cca
Contents?: true
Size: 736 Bytes
Versions: 59
Compression:
Stored size: 736 Bytes
Contents
$("#login_title").show().html("Unlock Your Account"); $("#login_content").html("<%= escape_javascript(render partial:'auth/modals/unlock_content.html.erb', locals: {resource: resource}) %>").show(); $("#login_footer").html("<%= escape_javascript(render partial: 'auth/modals/login_navigation_options.html.erb', locals: {resource: resource}) %>").show(); toggle_oauth(); toggle_sign_up_text("Sign In or Sign Up"); $("#show_sign_up").show(); $("#forgot_password").hide(); $("#resend_confirmation_email").hide(); //remove the remote from the user_email validation settings, if it is ther. try{ var validator = new WJ_Validator(val_settings("email"),"materialize",true); } catch(err){ console.log(err); } open_sign_in_modal_if_closed();
Version data entries
59 entries across 59 versions & 1 rubygems