Git commit 3a4c1fbcf34ea88edf8cb2185ef968fd4a568bf7 by Ronald von Schlegell. Committed on 13/09/2018 at 10:21. Pushed by ronaldv into branch 'dev'. register M +3 -1 application/modules/default/views/scripts/authorization/regi= ster.phtml https://commits.kde.org/ocs-webserver/3a4c1fbcf34ea88edf8cb2185ef968fd4a568= bf7 diff --git a/application/modules/default/views/scripts/authorization/regist= er.phtml b/application/modules/default/views/scripts/authorization/register= .phtml index 28ab4c16..8702ad97 100644 --- a/application/modules/default/views/scripts/authorization/register.phtml +++ b/application/modules/default/views/scripts/authorization/register.phtml @@ -161,7 +161,7 @@ $('document').ready(function(){ $msgString +=3D ''; $('#'+id).parent().append($msgString); if($msgString =3D=3D '') { - $('#'+id).parent().append(''); + $('#'+id).parent().append(''); } } } else { @@ -169,6 +169,8 @@ $('document').ready(function(){ $('#login').removeAttr("disabled"); $('#'+id).parent().addClass('has-success'); $('#'+id).parent().append(''); + $('#'+id).parent().find('.errors').remove(); + $('#'+id).parent().append(''); } },'json'); =20