Diff for /rat/lonwrapper.pm between versions 1.49.2.11.2.4 and 1.82

version 1.49.2.11.2.4, 2023/07/06 19:53:17 version 1.82, 2023/05/22 21:20:56
Line 334  ENDLINK Line 334  ENDLINK
             }              }
         });          });
         window.onload = function(){          window.onload = function(){
             if (LCresizedef) {               if (LCresizedef) {
                 LCnotready = 0;                   LCnotready = 0;
                 \$(window).trigger('resize');                   \$(window).trigger('resize');
             } else {               } else {
                 LCnotready = 1;                   LCnotready = 1;
             }               }
         };          };
 SCRIPT  SCRIPT
         # javascript will position the iframe if window was resized (or zoomed)          # javascript will position the iframe if window was resized (or zoomed)

Removed from v.1.49.2.11.2.4  
changed lines
  Added in v.1.82


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