--- rat/client/parameter.html 2022/05/24 16:23:04 1.87
+++ 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.87 2022/05/24 16:23:04 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; i
');
var possmenus = new Array();
- if ((pextra != '') && (pextra != null)) {
+ if ((pextra != '') && (typeof(pextra) != 'undefined')) {
var lticRegExp = /^ltic_/;
var ltidRegExp = /^ltid_/;
var menusRegExp = /^menus_/;