Diff for /loncom/interface/lonconfigsettings.pm between versions 1.47 and 1.49

version 1.47, 2020/09/17 00:35:04 version 1.49, 2021/07/30 13:48:20
Line 253  $jscript Line 253  $jscript
                     }                      }
                 }                  }
             }              }
               if (grep(/^wafproxy$/,@actions)) {
                   $onload .= "toggleWAF();checkWAF();updateWAF();";
               }
             if (grep(/^proctoring$/,@actions)) {              if (grep(/^proctoring$/,@actions)) {
                 $onload .= "toggleProctoring(document.display,'proctorio');".                  $onload .= "toggleProctoring(document.display,'proctorio');".
                            "toggleProctoring(document.display,'examity');";                             "toggleProctoring(document.display,'examity');";
Line 556  sub display_choices { Line 559  sub display_choices {
                 $thirddiv = 1;                  $thirddiv = 1;
             }              }
         }          }
         $r->print('</div><br clear="all" />');  
     }      }
       $r->print('</div><div style="padding:0;clear:both;margin:0;border:0"></div>');
     $r->print(&print_footer($r,$phase,'display','Display',undef,$container,$parm_permission));      $r->print(&print_footer($r,$phase,'display','Display',undef,$container,$parm_permission));
     $r->print('</form>');      $r->print('</form>');
     if ($container) {      if ($container) {

Removed from v.1.47  
changed lines
  Added in v.1.49


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>