--- loncom/interface/lonconfigsettings.pm 2022/07/08 16:03:16 1.21.4.13.2.7 +++ loncom/interface/lonconfigsettings.pm 2022/09/19 19:28:31 1.21.4.13.2.9 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set domain-wide configuration settings # -# $Id: lonconfigsettings.pm,v 1.21.4.13.2.7 2022/07/08 16:03:16 raeburn Exp $ +# $Id: lonconfigsettings.pm,v 1.21.4.13.2.9 2022/09/19 19:28:31 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -409,6 +409,12 @@ $jscript } } } + if (grep(/^appearance$/,@actions)) { + $onload .= "toggleExtRes();"; + } + if (grep(/^localization$/,@actions)) { + $onload .= "toggleTimeZone();"; + } if ($onload) { my %loaditems = ( 'onload' => $onload,