--- loncom/interface/lonwhatsnew.pm 2013/03/05 23:42:37 1.105.2.5 +++ loncom/interface/lonwhatsnew.pm 2013/08/08 03:27:23 1.105.2.6 @@ -1,5 +1,5 @@ # -# $Id: lonwhatsnew.pm,v 1.105.2.5 2013/03/05 23:42:37 raeburn Exp $ +# $Id: lonwhatsnew.pm,v 1.105.2.6 2013/08/08 03:27:23 raeburn 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".