Index: lams_tool_laqa/web/monitoring/MonitoringMaincontent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/web/monitoring/MonitoringMaincontent.jsp,v diff -u -r1.39.2.5 -r1.39.2.6 --- lams_tool_laqa/web/monitoring/MonitoringMaincontent.jsp 15 Jun 2015 22:24:56 -0000 1.39.2.5 +++ lams_tool_laqa/web/monitoring/MonitoringMaincontent.jsp 19 Sep 2015 17:41:03 -0000 1.39.2.6 @@ -238,12 +238,14 @@ rows += ''; //show all comments needs to be shown + if (userData.comments) { for (j = 0; j < userData.comments.length; j++){ var comment = userData.comments[j]; rows += '
'; rows += comment; rows += '
'; } + } rows += ''; }