version 1.79.2.9.2.6, 2024/08/21 03:24:07
|
version 1.79.2.9.2.8, 2025/01/16 06:06:09
|
Line 2864 ENDJS
|
Line 2864 ENDJS
|
} elsif ($phase eq 'courselist') { |
} elsif ($phase eq 'courselist') { |
$starthash = { |
$starthash = { |
add_entries => {'onload' => "hide_searching(); courseSet(document.filterpicker.official, 'load');"}, |
add_entries => {'onload' => "hide_searching(); courseSet(document.filterpicker.official, 'load');"}, |
|
}; |
} elsif ($env{'form.phase'} =~ /^set(ltiauth|exttool|crseditors)$/) { |
} elsif ($env{'form.phase'} =~ /^set(ltiauth|exttool|crseditors)$/) { |
$starthash = { |
$starthash = { |
add_entries => {'onload' => "toggleOptions(document.$env{'form.phase'},'$env{'form.phase'}');"}, |
add_entries => {'onload' => "toggleOptions(document.$env{'form.phase'},'$env{'form.phase'}');"}, |
Line 3053 sub devalidate_remote_instcats {
|
Line 3054 sub devalidate_remote_instcats {
|
} |
} |
$modified_dom = ''; |
$modified_dom = ''; |
} |
} |
return; |
return OK; |
} |
} |
|
|
sub handler { |
sub handler { |