Sha256: be5d8071ff733ecbb5676dd96ca26017555ed7fc40cc76e9d96d4e96405e6d6f

Contents?: true

Size: 723 Bytes

Versions: 59

Compression:

Stored size: 723 Bytes

Contents

$("#login_title").show().html("Resend Confirmation Email");
$("#login_content").html("<%= escape_javascript(render partial:'auth/modals/resend_confirmation_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.
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.6.0 app/views/auth/confirmations/new.js.erb
wordjelly-auth-1.5.9 app/views/auth/confirmations/new.js.erb
wordjelly-auth-1.5.8 app/views/auth/confirmations/new.js.erb
wordjelly-auth-1.5.7 app/views/auth/confirmations/new.js.erb
wordjelly-auth-1.5.6 app/views/auth/confirmations/new.js.erb
wordjelly-auth-1.5.5 app/views/auth/confirmations/new.js.erb
wordjelly-auth-1.5.4 app/views/auth/confirmations/new.js.erb
wordjelly-auth-1.5.3 app/views/auth/confirmations/new.js.erb
wordjelly-auth-1.5.2 app/views/auth/confirmations/new.js.erb
wordjelly-auth-1.5.1 app/views/auth/confirmations/new.js.erb
wordjelly-auth-1.5.0 app/views/auth/confirmations/new.js.erb
wordjelly-auth-1.4.9 app/views/auth/confirmations/new.js.erb
wordjelly-auth-1.4.8 app/views/auth/confirmations/new.js.erb
wordjelly-auth-1.4.7 app/views/auth/confirmations/new.js.erb
wordjelly-auth-1.4.6 app/views/auth/confirmations/new.js.erb
wordjelly-auth-1.4.5 app/views/auth/confirmations/new.js.erb
wordjelly-auth-1.4.4 app/views/auth/confirmations/new.js.erb
wordjelly-auth-1.4.3 app/views/auth/confirmations/new.js.erb
wordjelly-auth-1.4.2 app/views/auth/confirmations/new.js.erb
wordjelly-auth-1.4.0 app/views/auth/confirmations/new.js.erb