Remove whitespaces

This commit is contained in:
tobi132 2019-12-02 19:34:13 +01:00
parent 6aef5ecf4b
commit 152114b054

View File

@ -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();
}