--- rat/lonwrapper.pm 2020/02/16 23:52:03 1.49.2.8 +++ rat/lonwrapper.pm 2020/02/17 00:58:49 1.49.2.9 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Wrapper for external and binary files as standalone resources # -# $Id: lonwrapper.pm,v 1.49.2.8 2020/02/16 23:52:03 raeburn Exp $ +# $Id: lonwrapper.pm,v 1.49.2.9 2020/02/17 00:58:49 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -102,6 +102,7 @@ var LCnotready = 0; var LCresizedef = 0; // ]]> '."\n"; + } my $startpage = &Apache::loncommon::start_page('Menu',$headjs,$args); my $endpage = &Apache::loncommon::end_page(); @@ -176,7 +177,7 @@ var LCresizedef = 0; window.onload = function(){ if (LCresizedef) { LCnotready = 0; - \$(window).trigger('resize') }; + \$(window).trigger('resize'); } else { LCnotready = 1; }