Index: lams_tool_forum/web/jsps/learning/reply.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/learning/reply.jsp,v
diff -u -r1.16.2.7 -r1.16.2.8
--- lams_tool_forum/web/jsps/learning/reply.jsp 19 Aug 2016 00:54:28 -0000 1.16.2.7
+++ lams_tool_forum/web/jsps/learning/reply.jsp 19 Aug 2016 02:55:28 -0000 1.16.2.8
@@ -53,14 +53,14 @@
var loadString = '' + rootUid + "&sessionMapID=" + response.sessionMapID + "&threadUid=" + threadUid+"&messageUid="+messageUid;
$.ajaxSetup({ cache: true });
$(threadDiv).load(loadString, function() {
+ setupJRating("?toolSessionID=${sessionMap.toolSessionID}&sessionMapID=${sessionMapID}");
+ highlightMessage();
// expand up to the reply - in case it is buried down in a lot of replies
// don't need to do this if we have started a new thread.
if ( threadUid != messageUid ) {
$('#tree' + threadUid).treetable("reveal",messageUid);
$('#pb-msg'+messageUid).focus();
}
- setupJRating("?toolSessionID=${sessionMap.toolSessionID}&sessionMapID=${sessionMapID}");
- highlightMessage();
});
}
Index: lams_tool_forum/web/jsps/learning/message/topicview.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/learning/message/topicview.jsp,v
diff -u -r1.38.2.9 -r1.38.2.10
--- lams_tool_forum/web/jsps/learning/message/topicview.jsp 19 Aug 2016 00:54:28 -0000 1.38.2.9
+++ lams_tool_forum/web/jsps/learning/message/topicview.jsp 19 Aug 2016 02:55:28 -0000 1.38.2.10
@@ -80,6 +80,9 @@
<%-- same test & command appears at bottom of script --%>
+
@@ -109,6 +112,9 @@
+