[LON-CAPA-cvs] cvs: rat(version_2_11_X) / lonwrapper.pm
raeburn
raeburn at source.lon-capa.org
Sun Feb 16 19:58:49 EST 2020
raeburn Mon Feb 17 00:58:49 2020 EDT
Modified files: (Branch: version_2_11_X)
/rat lonwrapper.pm
Log:
- For 2.11
Backport 1.74, 1.75
Index: rat/lonwrapper.pm
diff -u rat/lonwrapper.pm:1.49.2.8 rat/lonwrapper.pm:1.49.2.9
--- rat/lonwrapper.pm:1.49.2.8 Sun Feb 16 23:52:03 2020
+++ rat/lonwrapper.pm Mon Feb 17 00:58:49 2020
@@ -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 LCresizedef = 0;
// ]]>
</script>'."\n";
+ }
my $startpage = &Apache::loncommon::start_page('Menu',$headjs,$args);
my $endpage = &Apache::loncommon::end_page();
@@ -176,7 +177,7 @@
window.onload = function(){
if (LCresizedef) {
LCnotready = 0;
- \$(window).trigger('resize') };
+ \$(window).trigger('resize');
} else {
LCnotready = 1;
}
More information about the LON-CAPA-cvs
mailing list