Diff for /loncom/auth/lonlogin.pm between versions 1.24 and 1.25

version 1.24, 2002/09/17 20:06:34 version 1.25, 2002/10/14 16:14:58
Line 335  $domainlogo Line 335  $domainlogo
   </tr>    </tr>
  </table>   </table>
   
   <script>
   // the if prevents the script error if the browser can't handle this
   if ( document.client.uname ) { document.client.uname.focus(); }
   </script>
   
 ENDDOCUMENT  ENDDOCUMENT
 }  }
     $r->print('</body></html>');      $r->print('</body></html>');

Removed from v.1.24  
changed lines
  Added in v.1.25


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