--- rat/client/parameter.html 2021/08/04 19:59:12 1.86 +++ rat/client/parameter.html 2022/07/06 22:31:13 1.89 @@ -5,7 +5,7 @@ The LearningOnline Network with CAPA Parameter Input Window // -// $Id: parameter.html,v 1.86 2021/08/04 19:59:12 raeburn Exp $ +// $Id: parameter.html,v 1.89 2022/07/06 22:31:13 raeburn Exp $ // // Copyright Michigan State University Board of Trustees // @@ -401,8 +401,8 @@ function validateInterval() { for (var i=0; iAccess status?'); choicewrite(''); @@ -1279,7 +1286,7 @@ function draw() { choicewrite(''); var possmenus = new Array(); - if ((pextra != '') && (pextra != null)) { + if ((pextra != '') && (typeof(pextra) != 'undefined')) { var lticRegExp = /^ltic_/; var ltidRegExp = /^ltid_/; var menusRegExp = /^menus_/; @@ -1404,6 +1411,17 @@ function draw() { } choicewrite(''); } + choicewrite(''); + choicewrite('Embedded?'); + choicewrite(''); + for (var i=0; i'+deeplinktargettxt[i]+''); + } + choicewrite(''); choicewrite(''); } }