[LON-CAPA-cvs] cvs: loncom(version_2_11_X) /homework structuretags.pm
raeburn
raeburn at source.lon-capa.org
Wed Aug 7 17:44:29 EDT 2019
raeburn Wed Aug 7 21:44:29 2019 EDT
Modified files: (Branch: version_2_11_X)
/loncom/homework structuretags.pm
Log:
- For 2.11
Backport 1.538
Index: loncom/homework/structuretags.pm
diff -u loncom/homework/structuretags.pm:1.512.2.16 loncom/homework/structuretags.pm:1.512.2.17
--- loncom/homework/structuretags.pm:1.512.2.16 Thu Nov 1 19:39:28 2018
+++ loncom/homework/structuretags.pm Wed Aug 7 21:44:28 2019
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# definition of tags that give a structure to a document
#
-# $Id: structuretags.pm,v 1.512.2.16 2018/11/01 19:39:28 raeburn Exp $
+# $Id: structuretags.pm,v 1.512.2.17 2019/08/07 21:44:28 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -496,7 +496,9 @@
}
}
if ($needs_upload) {
- $extra_head .= &Apache::lonhtmlcommon::file_submissionchk_js();
+ $extra_head .= &Apache::lonhtmlcommon::file_submissionchk_js().
+ '<script type="text/javascript" '.
+ 'src="/res/adm/includes/file_upload.js"></script>';
}
}
More information about the LON-CAPA-cvs
mailing list