[LON-CAPA-cvs] cvs: rat(version_2_11_X) /client parameter.html
raeburn
raeburn at source.lon-capa.org
Mon Jan 3 23:03:47 EST 2022
raeburn Tue Jan 4 04:03:47 2022 EDT
Modified files: (Branch: version_2_11_X)
/rat/client parameter.html
Log:
- For 2.11
Include one change in 1.69 omitted from earlier 1.64.2.3 backport.
Index: rat/client/parameter.html
diff -u rat/client/parameter.html:1.64.2.4 rat/client/parameter.html:1.64.2.5
--- rat/client/parameter.html:1.64.2.4 Thu Sep 3 18:05:53 2020
+++ rat/client/parameter.html Tue Jan 4 04:03:47 2022
@@ -5,7 +5,7 @@
The LearningOnline Network with CAPA
Parameter Input Window
//
-// $Id: parameter.html,v 1.64.2.4 2020/09/03 18:05:53 raeburn Exp $
+// $Id: parameter.html,v 1.64.2.5 2022/01/04 04:03:47 raeburn Exp $
//
// Copyright Michigan State University Board of Trustees
//
@@ -361,8 +361,7 @@
csecs-=chours*3600;
cmins=Math.floor(csecs/60);
csecs-=cmins*60;
- choicewrite(cdays+' days '+chours+' hours '
- +cmins+' mins '+csecs+' secs');
+ return cdays+' days '+chours+' hours '+cmins+' mins '+csecs+' secs';
}
function pickcolor(picked) {
More information about the LON-CAPA-cvs
mailing list