Index: lams_tool_vote/web/authoring/BasicContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/authoring/BasicContent.jsp,v diff -u -r1.51.2.2 -r1.51.2.3 --- lams_tool_vote/web/authoring/BasicContent.jsp 26 May 2016 13:01:09 -0000 1.51.2.2 +++ lams_tool_vote/web/authoring/BasicContent.jsp 22 Aug 2016 01:48:58 -0000 1.51.2.3 @@ -11,6 +11,7 @@ function showMessage(url) { + $.ajaxSetup({ cache: true }); $("#messageArea").load(url, function() { $(this).show(); $("#saveCancelButtons").hide(); Index: lams_tool_vote/web/monitoring/MonitoringMaincontent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/monitoring/MonitoringMaincontent.jsp,v diff -u -r1.24.2.3 -r1.24.2.4 --- lams_tool_vote/web/monitoring/MonitoringMaincontent.jsp 26 May 2016 13:01:08 -0000 1.24.2.3 +++ lams_tool_vote/web/monitoring/MonitoringMaincontent.jsp 22 Aug 2016 01:48:58 -0000 1.24.2.4 @@ -39,6 +39,7 @@ function doStatistic(){ var url = '?dispatch=statistics&toolContentID=${toolContentID}'; + $.ajaxSetup({ cache: true }); $("#statisticArea").load(url); }