[LON-CAPA-cvs] cvs: rat /client parameter.html
raeburn
raeburn at source.lon-capa.org
Wed Feb 13 14:19:50 EST 2019
raeburn Wed Feb 13 19:19:50 2019 EDT
Modified files:
/rat/client parameter.html
Log:
- Fix syntax.
Index: rat/client/parameter.html
diff -u rat/client/parameter.html:1.80 rat/client/parameter.html:1.81
--- rat/client/parameter.html:1.80 Sun Jan 6 15:27:57 2019
+++ rat/client/parameter.html Wed Feb 13 19:19:49 2019
@@ -5,7 +5,7 @@
The LearningOnline Network with CAPA
Parameter Input Window
//
-// $Id: parameter.html,v 1.80 2019/01/06 15:27:57 raeburn Exp $
+// $Id: parameter.html,v 1.81 2019/02/13 19:19:49 raeburn Exp $
//
// Copyright Michigan State University Board of Trustees
//
@@ -1046,7 +1046,7 @@
if (patternComma.test(svalue)) {
current = svalue.split(',');
} else {
- current = (svalue);
+ current = [svalue];
}
for (var i=0; i<current.length; i++) {
if (patternDeny.test(current[i])) {
More information about the LON-CAPA-cvs
mailing list