--- loncom/interface/lonmodifycourse.pm 2024/08/21 03:24:07 1.79.2.9.2.6 +++ loncom/interface/lonmodifycourse.pm 2024/08/26 10:48:59 1.79.2.9.2.7 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # handler for DC-only modifiable course settings # -# $Id: lonmodifycourse.pm,v 1.79.2.9.2.6 2024/08/21 03:24:07 raeburn Exp $ +# $Id: lonmodifycourse.pm,v 1.79.2.9.2.7 2024/08/26 10:48:59 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2864,6 +2864,7 @@ ENDJS } elsif ($phase eq 'courselist') { $starthash = { add_entries => {'onload' => "hide_searching(); courseSet(document.filterpicker.official, 'load');"}, + }; } elsif ($env{'form.phase'} =~ /^set(ltiauth|exttool|crseditors)$/) { $starthash = { add_entries => {'onload' => "toggleOptions(document.$env{'form.phase'},'$env{'form.phase'}');"},