Index: lams_central/web/comments/topicview.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/comments/topicview.jsp,v
diff -u -r1.5.2.3 -r1.5.2.4
--- lams_central/web/comments/topicview.jsp 18 Jan 2016 03:26:27 -0000 1.5.2.3
+++ lams_central/web/comments/topicview.jsp 23 Feb 2016 14:23:03 -0000 1.5.2.4
@@ -3,13 +3,13 @@
-
+
expandable:true,initialState:'expanded',
- expanderTemplate:' ${prompt}',
+ expanderTemplate:' ${prompt}',
stringCollapse:'${hide}',stringExpand:'${show}',
clickableNodeNames:true,indent:${indent},
onNodeInitialized:function() {
@@ -39,7 +39,7 @@
var replyDiv = document.createElement("div");
replyDiv.id = 'reply';
- var parentDiv = document.getElementById('msg'+commentUid);
+ var parentDiv = document.getElementById('pb-msg'+commentUid);
parentDiv.appendChild(replyDiv);
$(replyDiv).load(url);
@@ -56,7 +56,7 @@
var editDiv = document.createElement("div");
editDiv.id = 'edit';
- var parentDiv = document.getElementById('msg'+commentUid);
+ var parentDiv = document.getElementById('pb-msg'+commentUid);
parentDiv.appendChild(editDiv);
$(editDiv).load(url);
@@ -138,8 +138,8 @@
-