--- loncom/interface/lonconfigsettings.pm 2017/10/15 04:41:16 1.21.4.9.4.1 +++ loncom/interface/lonconfigsettings.pm 2019/02/04 01:40:37 1.21.4.9.4.2 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set domain-wide configuration settings # -# $Id: lonconfigsettings.pm,v 1.21.4.9.4.1 2017/10/15 04:41:16 raeburn Exp $ +# $Id: lonconfigsettings.pm,v 1.21.4.9.4.2 2019/02/04 01:40:37 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -187,6 +187,9 @@ $jscript my $optionsprefix = 'LC_options_helpdesk_'; $onload .= "toggleHelpdeskRow(document.display,'overrides','$customclass','$optionsprefix');"; } + if (grep(/^scantron$/,@actions)) { + $onload .= "toggleScantron('document.display');"; + } if ($onload) { my %loaditems = ( 'onload' => $onload,