Diff for /loncom/auth/lonlogin.pm between versions 1.184 and 1.185

version 1.184, 2021/09/21 22:54:26 version 1.185, 2021/09/27 02:49:36
Line 654  ENDSAMLJS Line 654  ENDSAMLJS
        alink        => "$alink",         alink        => "$alink",
                onload       => 'javascript:enableInput();',);                 onload       => 'javascript:enableInput();',);
   
     my ($headextra,$headextra_exempt,@hosts,%defaultdomconf);      my ($headextra,$headextra_exempt,%defaultdomconf);
     $headextra = $defaultdomconf{$defdom.'.login.headtag_'.$lonhost_in_use};      $headextra = $defaultdomconf{$defdom.'.login.headtag_'.$lonhost_in_use};
     $headextra_exempt = $defaultdomconf{$domain.'.login.headtag_exempt_'.$lonhost_in_use};      $headextra_exempt = $defaultdomconf{$domain.'.login.headtag_exempt_'.$lonhost_in_use};
     if ($headextra) {      if ($headextra) {

Removed from v.1.184  
changed lines
  Added in v.1.185


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