diff --git a/lib/javascript-static.js b/lib/javascript-static.js index f49b93bf3e8..e63a3823564 100644 --- a/lib/javascript-static.js +++ b/lib/javascript-static.js @@ -42,10 +42,10 @@ function checknone() { } function lockoptions(form, master, subitems) { - // subitems is an array of names of sub items - // requires that each item in subitems has a + // Subitems is an array of names of sub items. + // Optionally, each item in subitems may have a // companion hidden item in the form with the - // same name but prefixed by "h" + // same name but prefixed by "h". if (eval("document."+form+"."+master+".checked")) { for (i=0; i