From b66a61addb6c8e66cb26fcf74b532d68891267e4 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Wed, 23 May 2018 22:23:28 +0200 Subject: Refactored code, many fixes and improvements in chat backend+frontend --- .../account/assets/userfrosting/js/pages/resend-verification.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/app/sprinkles/account/assets/userfrosting/js/pages/resend-verification.js') diff --git a/main/app/sprinkles/account/assets/userfrosting/js/pages/resend-verification.js b/main/app/sprinkles/account/assets/userfrosting/js/pages/resend-verification.js index 5c3eaf8..3e9eea1 100644 --- a/main/app/sprinkles/account/assets/userfrosting/js/pages/resend-verification.js +++ b/main/app/sprinkles/account/assets/userfrosting/js/pages/resend-verification.js @@ -6,13 +6,13 @@ * * Target page: account/resend-verification */ -$(document).ready(function() { +$(document).ready(function () { // TODO: Process form $("#request-verification-email").ufForm({ validators: page.validators.resend_verification, msgTarget: $("#alerts-page") - }).on("submitSuccess.ufForm", function() { + }).on("submitSuccess.ufForm", function () { // Forward to login page on success window.location.replace(site.uri.public + "/account/sign-in"); }); -- cgit v1.2.3