From 152114b0543732039f3863d42b29f3353145cfae Mon Sep 17 00:00:00 2001 From: tobi132 Date: Mon, 2 Dec 2019 19:34:13 +0100 Subject: [PATCH] Remove whitespaces --- system/templates/account.create.js.html.twig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/system/templates/account.create.js.html.twig b/system/templates/account.create.js.html.twig index 6a1b447c..01bbfc2c 100644 --- a/system/templates/account.create.js.html.twig +++ b/system/templates/account.create.js.html.twig @@ -79,7 +79,7 @@ $('#account_error').html(data.error); $('#account_indicator').attr('src', 'images/global/general/nok.gif'); } - + $('#account_indicator').show(); } ); @@ -127,7 +127,7 @@ $('#email_error').html(data.error); $('#email_indicator').attr('src', 'images/global/general/nok.gif'); } - + $('#email_indicator').show(); } ); @@ -188,7 +188,7 @@ $('#password_indicator').attr('src', 'images/global/general/nok.gif'); $('#password2_indicator').attr('src', 'images/global/general/nok.gif'); } - + $('#password_indicator').show(); $('#password2_indicator').show(); }