Index: lams_tool_laqa/web/monitoring/MonitoringMaincontent.jsp =================================================================== diff -u -rdd4087c8c38ddcf2e97af7fc2dda25a8c948bcf0 -r5f2321842b7c428ed93f5241a49c384d086a00d8 --- lams_tool_laqa/web/monitoring/MonitoringMaincontent.jsp (.../MonitoringMaincontent.jsp) (revision dd4087c8c38ddcf2e97af7fc2dda25a8c948bcf0) +++ lams_tool_laqa/web/monitoring/MonitoringMaincontent.jsp (.../MonitoringMaincontent.jsp) (revision 5f2321842b7c428ed93f5241a49c384d086a00d8) @@ -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 += ''; }