[LON-CAPA-cvs] cvs: rat /client parameter.html
raeburn
raeburn at source.lon-capa.org
Wed Jun 3 08:58:32 EDT 2020
raeburn Wed Jun 3 12:58:32 2020 EDT
Modified files:
/rat/client parameter.html
Log:
- Remove trailing white space.
Index: rat/client/parameter.html
diff -u rat/client/parameter.html:1.82 rat/client/parameter.html:1.83
--- rat/client/parameter.html:1.82 Wed Jun 3 12:38:01 2020
+++ rat/client/parameter.html Wed Jun 3 12:58:32 2020
@@ -5,7 +5,7 @@
The LearningOnline Network with CAPA
Parameter Input Window
//
-// $Id: parameter.html,v 1.82 2020/06/03 12:38:01 raeburn Exp $
+// $Id: parameter.html,v 1.83 2020/06/03 12:58:32 raeburn Exp $
//
// Copyright Michigan State University Board of Trustees
//
@@ -870,7 +870,7 @@
}
if (ptype=='string') {
- if ((pscat=='any') || (pscat=='') || (pscat=='default') ||
+ if ((pscat=='any') || (pscat=='') || (pscat=='default') ||
(typeof(pscat)=='undefined')) {
tablestart('Text');
choicewrite('<tr><td>Value:</td><td colspan="2">');
@@ -1036,14 +1036,14 @@
choicewrite(' /> No</label><br />');
}
if (pscat=='ip') {
- var currallow = new Array;
+ var currallow = new Array;
var currdeny = new Array;
if ((svalue != '') && (svalue != null)) {
var patternComma = /,/;
var patternAllow = /^([\[\]a-zA-Z\.\d\*\-]+)$/;
var patternDeny = /^\!([\[\]a-zA-Z\.\d\*\-]+)$/;
var current = new Array;
- if (patternComma.test(svalue)) {
+ if (patternComma.test(svalue)) {
current = svalue.split(',');
} else {
current = [svalue];
@@ -1055,7 +1055,7 @@
} else {
if (patternAllow.test(current[i])) {
currallow.push(current[i]);
- }
+ }
}
}
}
@@ -1588,7 +1588,7 @@
if (precursive != 1) {
selwrite('checked="checked" ');
}
- selwrite('onclick="parent.recursechange();" />No</label>');
+ selwrite('onclick="parent.recursechange();" />No</label>');
selwrite('</form><br />');
}
}
@@ -1629,7 +1629,7 @@
selwrite('</body></html>');
this.window.selector.document.close();
draw();
-
+
}
// ]]>
More information about the LON-CAPA-cvs
mailing list