diff --git a/webapp/web/js/login/loginUtils.js b/webapp/web/js/login/loginUtils.js index dd2904887..a20733cba 100644 --- a/webapp/web/js/login/loginUtils.js +++ b/webapp/web/js/login/loginUtils.js @@ -9,8 +9,8 @@ $(document).ready(function(){ $('.focus').focus(); // fade out error alerts - $('#errorAlert').css('display', 'none'); - $('#errorAlert').fadeIn(500); + //$('#errorAlert').css('display', 'none'); + //$('#errorAlert').fadeIn(500); });