Index: lams_tool_preview/web/pages/learning/comment.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_preview/web/pages/learning/Attic/comment.jsp,v
diff -u -r1.1.2.5 -r1.1.2.6
--- lams_tool_preview/web/pages/learning/comment.jsp 16 Feb 2017 16:19:01 -0000 1.1.2.5
+++ lams_tool_preview/web/pages/learning/comment.jsp 17 May 2017 01:27:03 -0000 1.1.2.6
@@ -22,8 +22,10 @@
COMMENTS_MIN_WORDS_LIMIT = ${criteriaRatings.ratingCriteria.commentsMinWordsLimit},
COMMENT_TEXTAREA_TIP_LABEL = '',
WARN_COMMENTS_IS_BLANK_LABEL = '',
- WARN_MIN_NUMBER_WORDS_LABEL = "";
-
+ WARN_MIN_NUMBER_WORDS_LABEL = "",
+ ALLOW_RERATE = true,
+ SESSION_ID = ${toolSessionId};
+
var commentsSaved = true,
commentsLocked = false;
commentsOnOtherPages = ${countRatedItems};