--- loncom/interface/lonmodifycourse.pm 2024/08/21 03:24:07 1.79.2.9.2.6 +++ loncom/interface/lonmodifycourse.pm 2025/01/16 06:06:09 1.79.2.9.2.8 @@ -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.8 2025/01/16 06:06:09 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'}');"}, @@ -3053,7 +3054,7 @@ sub devalidate_remote_instcats { } $modified_dom = ''; } - return; + return OK; } sub handler {