Index: lams_tool_forum/web/jsps/learning/message/topicview.jsp
===================================================================
diff -u -r5b3d4f5da53c310a16fe0498fc1e95261569c67b -rdb224e68e2250720b9947fb18443a89fb204243b
--- lams_tool_forum/web/jsps/learning/message/topicview.jsp (.../topicview.jsp) (revision 5b3d4f5da53c310a16fe0498fc1e95261569c67b)
+++ lams_tool_forum/web/jsps/learning/message/topicview.jsp (.../topicview.jsp) (revision db224e68e2250720b9947fb18443a89fb204243b)
@@ -9,8 +9,17 @@
-expandable:true,expanderTemplate:' ${prompt}<',stringCollapse:'${hide}',stringExpand:'${show}',clickableNodeNames:true,indent:${indent}
+expandable:true,initialState:'expanded',
+ expanderTemplate:' ${prompt}<',
+ stringCollapse:'${hide}',stringExpand:'${show}',
+ clickableNodeNames:true,indent:${indent},
+ onNodeInitialized:function() {
+ if (this.level() >= 2) {
+ this.collapse();
+ }
+ }
+