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