Index: lams_tool_vote/web/monitoring/SummaryContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/monitoring/SummaryContent.jsp,v diff -u -r1.42 -r1.43 --- lams_tool_vote/web/monitoring/SummaryContent.jsp 23 Jan 2014 23:53:16 -0000 1.42 +++ lams_tool_vote/web/monitoring/SummaryContent.jsp 25 Jan 2014 00:17:32 -0000 1.43 @@ -20,8 +20,10 @@ $(document).ready(function(){ + drawChart('bar', ${currentDto.sessionId}0, {'currentSessionId' : '${currentDto.sessionId}'}); drawChart('pie', ${currentDto.sessionId}1, {'currentSessionId' : '${currentDto.sessionId}'}); + });