Diff for /loncom/auth/lonlogin.pm between versions 1.58 and 1.59

version 1.58, 2004/08/10 18:55:13 version 1.59, 2004/11/02 23:20:17
Line 535  $domainlogo Line 535  $domainlogo
   </tr>    </tr>
  </table>   </table>
   
 <script>  <script type="text/javascript">
 // the if prevents the script error if the browser can't handle this  // the if prevents the script error if the browser can not handle this
 if ( document.client.uname ) { document.client.uname.focus(); }  if ( document.client.uname ) { document.client.uname.focus(); }
 </script>  </script>
   

Removed from v.1.58  
changed lines
  Added in v.1.59


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>