Index: releases/bedework-3.5/deployment/webadmin/webapp/resources/resources/bedeworkEventForm.js =================================================================== --- trunk/deployment/webadmin/webapp/resources/resources/bedeworkEventForm.js (revision 2225) +++ releases/bedework-3.5/deployment/webadmin/webapp/resources/resources/bedeworkEventForm.js (revision 2263) @@ -284,11 +284,9 @@ output += ''; } - // categories: deprecated - there will be no categories because the topical - // areas selected by the submitter are only suggestions - /*if (this.category != "") { - output += '
Type of Event: (if Topical Areas weren\'t sufficient)
';
+ if (this.category != "") {
+ output += '
Suggested Type of Event:
';
output += this.category;
output += '
'; if (this.notes != "") {