--- loncom/interface/lonconfigsettings.pm 2022/08/29 16:04:06 1.21.4.13.2.8 +++ 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.8 2022/08/29 16:04:06 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 # @@ -410,7 +410,10 @@ $jscript } } if (grep(/^appearance$/,@actions)) { - $onload .= "toggleExtRes();" + $onload .= "toggleExtRes();"; + } + if (grep(/^localization$/,@actions)) { + $onload .= "toggleTimeZone();"; } if ($onload) { my %loaditems = (