--- rat/client/parameter.html 2020/10/29 23:24:13 1.84 +++ rat/client/parameter.html 2020/12/23 21:20:36 1.85 @@ -5,7 +5,7 @@ The LearningOnline Network with CAPA Parameter Input Window // -// $Id: parameter.html,v 1.84 2020/10/29 23:24:13 raeburn Exp $ +// $Id: parameter.html,v 1.85 2020/12/23 21:20:36 raeburn Exp $ // // Copyright Michigan State University Board of Trustees // @@ -45,6 +45,7 @@ var pextravaltwo=''; var preturn=''; var pcode=''; var pscat=''; +var psmap=''; var pmarker=''; var pmodal=''; var pname=''; @@ -1501,6 +1502,7 @@ function init() { } } } + psmap = ismap; if (ptype=='date' && pscat == 'interval') { @@ -1716,7 +1718,11 @@ function init() { selwrite(''); this.window.selector.document.close(); if (pscat == 'deeplink') { - document.getElementById("LCparampopup").rows="60,*"; + if (psmap==1) { + document.getElementById("LCparampopup").rows="100,*"; + } else { + document.getElementById("LCparampopup").rows="60,*"; + } } draw();