[LON-CAPA-cvs] cvs: loncom /interface domainprefs.pm
raeburn
raeburn at source.lon-capa.org
Mon Apr 1 13:24:46 EDT 2019
raeburn Mon Apr 1 17:24:46 2019 EDT
Modified files:
/loncom/interface domainprefs.pm
Log:
- Fix name for Y/N LTI passback radio buttons in toggleLTI() javascript.
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.350 loncom/interface/domainprefs.pm:1.351
--- loncom/interface/domainprefs.pm:1.350 Sun Mar 17 23:23:27 2019
+++ loncom/interface/domainprefs.pm Mon Apr 1 17:24:45 2019
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler to set domain-wide configuration settings
#
-# $Id: domainprefs.pm,v 1.350 2019/03/17 23:23:27 raeburn Exp $
+# $Id: domainprefs.pm,v 1.351 2019/04/01 17:24:45 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -2876,7 +2876,7 @@
radioname = 'lti_mapcrs_'+item;
divid = 'lti_crsfield_'+item;
} else {
- radioname = 'lti_passbackformat_'+item;
+ radioname = 'lti_passback_'+item;
divid = 'lti_passback_'+item;
}
var num = form.elements[radioname].length;
More information about the LON-CAPA-cvs
mailing list