--- loncom/auth/lonlogin.pm 2010/08/26 08:10:47 1.143 +++ loncom/auth/lonlogin.pm 2010/08/26 14:16:23 1.144 @@ -1,7 +1,7 @@ # The LearningOnline Network # Login Screen # -# $Id: lonlogin.pm,v 1.143 2010/08/26 08:10:47 raeburn Exp $ +# $Id: lonlogin.pm,v 1.144 2010/08/26 14:16:23 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -309,9 +309,9 @@ return false; } function enableInput() { - this.document.client.elements.upass$now.removeAttribute("readonly"); - this.document.client.elements.uname.removeAttribute("readonly"); - this.document.client.elements.udom.removeAttribute("readonly"); + this.document.client.elements.upass$now.removeAttribute("readOnly"); + this.document.client.elements.uname.removeAttribute("readOnly"); + this.document.client.elements.udom.removeAttribute("readOnly"); return; }