![]() ![]() | ![]() |
version 1.51, 2021/08/04 20:10:34 | version 1.52, 2021/09/01 00:21:52 |
---|---|
Line 263 $jscript | Line 263 $jscript |
if (grep(/^scantron$/,@actions)) { | if (grep(/^scantron$/,@actions)) { |
$onload .= "toggleScantron('document.display');"; | $onload .= "toggleScantron('document.display');"; |
} | } |
if (grep(/^autoupdate$/,@actions)) { | |
$onload .= "toggleLastActiveDays('document.display');"; | |
} | |
if ($onload) { | if ($onload) { |
my %loaditems = ( | my %loaditems = ( |
'onload' => $onload, | 'onload' => $onload, |