Index: lams_central/web/comments/new.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/comments/new.jsp,v diff -u -r1.6 -r1.7 --- lams_central/web/comments/new.jsp 20 Apr 2016 03:31:54 -0000 1.6 +++ lams_central/web/comments/new.jsp 20 Apr 2016 03:35:15 -0000 1.7 @@ -69,6 +69,7 @@ function clearNewForm() { $('#newFormBody').val(''); + enableButton(btnName); return false; }