--- loncom/interface/lonconfigsettings.pm 2020/09/17 00:35:04 1.47 +++ loncom/interface/lonconfigsettings.pm 2021/07/30 13:48:20 1.49 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set domain-wide configuration settings # -# $Id: lonconfigsettings.pm,v 1.47 2020/09/17 00:35:04 raeburn Exp $ +# $Id: lonconfigsettings.pm,v 1.49 2021/07/30 13:48:20 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -253,6 +253,9 @@ $jscript } } } + if (grep(/^wafproxy$/,@actions)) { + $onload .= "toggleWAF();checkWAF();updateWAF();"; + } if (grep(/^proctoring$/,@actions)) { $onload .= "toggleProctoring(document.display,'proctorio');". "toggleProctoring(document.display,'examity');"; @@ -556,8 +559,8 @@ sub display_choices { $thirddiv = 1; } } - $r->print('
'); } + $r->print('
'); $r->print(&print_footer($r,$phase,'display','Display',undef,$container,$parm_permission)); $r->print(''); if ($container) {