Diff for /loncom/auth/lonlogin.pm between versions 1.158.2.13.2.2 and 1.158.2.13.2.3

version 1.158.2.13.2.2, 2022/01/16 23:31:27 version 1.158.2.13.2.3, 2022/02/24 16:43:39
Line 654  function toggleLClogin() { Line 654  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.13.2.2  
changed lines
  Added in v.1.158.2.13.2.3


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