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