Diff for /loncom/auth/lonlogin.pm between versions 1.158.2.14 and 1.158.2.15

version 1.158.2.14, 2022/01/16 19:43:41 version 1.158.2.15, 2022/02/24 16:00:23
Line 538  function toggleLClogin() { Line 538  function toggleLClogin() {
             if (document.getElementById('LC_login_text')) {              if (document.getElementById('LC_login_text')) {
                 document.getElementById('LC_login_text').innerHTML = '$samlnonsso';                  document.getElementById('LC_login_text').innerHTML = '$samlnonsso';
             }              }
               if ( document.client.uname ) { document.client.uname.focus(); }
             if (document.getElementById('LC_SSO_login')) {              if (document.getElementById('LC_SSO_login')) {
                 document.getElementById('LC_SSO_login').style.display = 'none';                  document.getElementById('LC_SSO_login').style.display = 'none';
             }              }

Removed from v.1.158.2.14  
changed lines
  Added in v.1.158.2.15


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