1
0
forked from 0ad/0ad

Fix missing alias in 468d963e78 / D1575, refs #5218, taken from D1590.

This was SVN commit r21872.
This commit is contained in:
elexis 2018-08-23 17:26:31 +00:00
parent e07ef3fafb
commit 81dfd63610

View File

@ -14,6 +14,11 @@ function updateFeedback()
setFeedback(checkUsername(true) || checkPassword(true) || checkPasswordConfirmation() || checkTerms());
}
function onUsernameEdit()
{
updateFeedback();
}
function continueButton()
{
setFeedback(translate("Registering…"));