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

version 1.158.2.14, 2022/01/16 19:43:41 version 1.158.2.16, 2024/07/04 04:36:42
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';
             }              }
Line 967  sub redirect_page { Line 968  sub redirect_page {
         $url .='?firsturl='.$querystring;          $url .='?firsturl='.$querystring;
     }      }
     my $start_page = &Apache::loncommon::start_page('Switching Server ...',undef,      my $start_page = &Apache::loncommon::start_page('Switching Server ...',undef,
                                                     {'redirect' => [0,$url],});                                                      {'redirect' => [0,$url],'',1});
     my $end_page   = &Apache::loncommon::end_page();      my $end_page   = &Apache::loncommon::end_page();
     return $start_page.$end_page;      return $start_page.$end_page;
 }  }

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


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