--- loncom/interface/lonfeedback.pm 2001/07/26 20:19:12 1.12 +++ loncom/interface/lonfeedback.pm 2001/11/06 11:55:11 1.18 @@ -14,6 +14,9 @@ # 2/10 Gerd Kortemeyer # 2/13 Guy Albertelli # 7/25 Gerd Kortemeyer +# 7/26 Guy Albertelli +# 7/26,8/10,10/1,11/5,11/6 Gerd Kortemeyer + package Apache::lonfeedback; @@ -57,6 +60,11 @@ sub mail_screen { rec=1; } } + if (typeof(document.mailform.elements.anondiscuss)!="undefined") { + if (document.mailform.elements.anondiscuss.checked) { + rec=1; + } + } if (rec) { document.mailform.submit(); @@ -75,7 +83,7 @@ sub mail_screen { Please check at least one of the following feedback types: $options
-