--- loncom/interface/lonconfigsettings.pm 2017/07/26 19:45:45 1.34 +++ loncom/interface/lonconfigsettings.pm 2017/07/27 13:45:12 1.35 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set domain-wide configuration settings # -# $Id: lonconfigsettings.pm,v 1.34 2017/07/26 19:45:45 raeburn Exp $ +# $Id: lonconfigsettings.pm,v 1.35 2017/07/27 13:45:12 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -198,11 +198,11 @@ $jscript } } $onload .= "toggleDisplay(document.display,'$prefix');". - "toggleDisplay(document.display,'emailoptions');". + "toggleDisplay(document.display,'emailoptions');"; } if ($onload) { my %loaditems = ( - 'onload' => $onload; + 'onload' => $onload, ); $additem = {'add_entries' => \%loaditems,}; }