--- loncom/interface/lonwhatsnew.pm 2013/03/05 23:23:11 1.112 +++ loncom/interface/lonwhatsnew.pm 2013/07/04 16:35:12 1.113 @@ -1,5 +1,5 @@ # -# $Id: lonwhatsnew.pm,v 1.112 2013/03/05 23:23:11 raeburn Exp $ +# $Id: lonwhatsnew.pm,v 1.113 2013/07/04 16:35:12 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -688,7 +688,7 @@ sub display_threshold_config { foreach my $type (@thresholditems) { my $parameter = $env{'request.course.id'}.':threshold_'.$type; # onchange is javascript to automatically check the 'Set' button. - my $onchange = 'onFocus="javascript:window.document.forms'. + my $onchange = 'onfocus="javascript:window.document.forms'. "['thresholdform'].elements['".$parameter."_setparmval']". '.checked=true;"'; $r->print(&Apache::loncommon::start_data_table_row()."\n".