--- loncom/interface/lonconfigsettings.pm 2022/08/28 02:41:29 1.66 +++ loncom/interface/lonconfigsettings.pm 2022/09/08 01:41:13 1.67 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set domain-wide configuration settings # -# $Id: lonconfigsettings.pm,v 1.66 2022/08/28 02:41:29 raeburn Exp $ +# $Id: lonconfigsettings.pm,v 1.67 2022/09/08 01:41:13 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -440,7 +440,10 @@ $jscript } } if (grep(/^appearance$/,@actions)) { - $onload .= "toggleExtRes();" + $onload .= "toggleExtRes();"; + } + if (grep(/^localization$/,@actions)) { + $onload .= "toggleTimeZone();"; } if ($onload) { my %loaditems = (