Index: lams_tool_lamc/web/monitoring/SummaryContent.jsp =================================================================== diff -u -r970189ed2d693d1f936f84c7e2fbdd2f10046d4b -r08ef72d8068efa15b219265fcde77dbc6624ca91 --- lams_tool_lamc/web/monitoring/SummaryContent.jsp (.../SummaryContent.jsp) (revision 970189ed2d693d1f936f84c7e2fbdd2f10046d4b) +++ lams_tool_lamc/web/monitoring/SummaryContent.jsp (.../SummaryContent.jsp) (revision 08ef72d8068efa15b219265fcde77dbc6624ca91) @@ -122,7 +122,7 @@ // get maxGrade attribute which was set in masterDetailLoadUp.jsp var maxGrade = jQuery("table#userSummary${sessionMarkDto.sessionId} tr#" + iRow + " td[aria-describedby$='_" + name + "']").attr("maxGrade"); - if (val > maxGrade) { + if (+val > +maxGrade) { return maxGrade; } },