Diff for /loncom/interface/lonconfigsettings.pm between versions 1.44 and 1.45

version 1.44, 2018/08/14 21:42:40 version 1.45, 2019/01/27 14:39:48
Line 251  $jscript Line 251  $jscript
                     }                      }
                 }                  }
             }              }
               if (grep(/^scantron$/,@actions)) {
                   $onload .= "toggleScantron('document.display');";
               }
             if ($onload) {              if ($onload) {
                 my %loaditems = (                  my %loaditems = (
                                   'onload' => $onload,                                    'onload' => $onload,

Removed from v.1.44  
changed lines
  Added in v.1.45


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