--- loncom/interface/lonconfigsettings.pm 2022/07/08 16:03:16 1.21.4.13.2.7 +++ loncom/interface/lonconfigsettings.pm 2022/08/29 16:04:06 1.21.4.13.2.8 @@ -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.8 2022/08/29 16:04:06 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -409,6 +409,9 @@ $jscript } } } + if (grep(/^appearance$/,@actions)) { + $onload .= "toggleExtRes();" + } if ($onload) { my %loaditems = ( 'onload' => $onload,