[LON-CAPA-cvs] cvs: rat / lonwrapper.pm
raeburn
raeburn at source.lon-capa.org
Sun Feb 16 19:47:14 EST 2020
raeburn Mon Feb 17 00:47:14 2020 EDT
Modified files:
/rat lonwrapper.pm
Log:
- Fix typo.
Index: rat/lonwrapper.pm
diff -u rat/lonwrapper.pm:1.74 rat/lonwrapper.pm:1.75
--- rat/lonwrapper.pm:1.74 Mon Feb 17 00:13:22 2020
+++ rat/lonwrapper.pm Mon Feb 17 00:47:14 2020
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Wrapper for external and binary files as standalone resources
#
-# $Id: lonwrapper.pm,v 1.74 2020/02/17 00:13:22 raeburn Exp $
+# $Id: lonwrapper.pm,v 1.75 2020/02/17 00:47:14 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -269,7 +269,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