Sha256: c07fb488a55106b2352b00ffc0db14a68e17f9290c98f8ed62909d50485fbde7

Contents?: true

Size: 740 Bytes

Versions: 59

Compression:

Stored size: 740 Bytes

Contents

$("#login_title").show().html("Forgot Password");
$("#login_content").html("<%= escape_javascript(render partial:'auth/modals/forgot_password_content.html.erb', locals: {resource: resource}) %>").show();
$("#login_footer").html("<%= escape_javascript(render partial: 'auth/modals/login_navigation_options.html.erb') %>").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.
// Initialize the validator
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

Version Path
wordjelly-auth-1.1.7 app/views/auth/passwords/new.js.erb
wordjelly-auth-1.1.6 app/views/auth/passwords/new.js.erb
wordjelly-auth-1.1.5 app/views/auth/passwords/new.js.erb
wordjelly-auth-1.1.4 app/views/auth/passwords/new.js.erb
wordjelly-auth-1.1.3 app/views/auth/passwords/new.js.erb
wordjelly-auth-1.1.2 app/views/auth/passwords/new.js.erb
wordjelly-auth-1.1.1 app/views/auth/passwords/new.js.erb
wordjelly-auth-1.1.0 app/views/auth/passwords/new.js.erb
wordjelly-auth-1.0.9 app/views/auth/passwords/new.js.erb
wordjelly-auth-1.0.8 app/views/auth/passwords/new.js.erb
wordjelly-auth-1.0.5 app/views/auth/passwords/new.js.erb
wordjelly-auth-1.0.4 app/views/auth/passwords/new.js.erb
wordjelly-auth-1.0.3 app/views/auth/passwords/new.js.erb
wordjelly-auth-1.0.2 app/views/auth/passwords/new.js.erb
wordjelly-auth-0.0.8 app/views/auth/passwords/new.js.erb
wordjelly-auth-0.0.5 app/views/auth/passwords/new.js.erb
wordjelly-auth-0.0.4 app/views/auth/passwords/new.js.erb
wordjelly-auth-0.0.3 app/views/auth/passwords/new.js.erb
wordjelly-auth-0.0.1 app/views/auth/passwords/new.js.erb