Index: lams_tool_nb/web/WEB-INF/tags/Comments.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_nb/web/WEB-INF/tags/Comments.tag,v diff -u -r1.5.2.3 -r1.5.2.4 --- lams_tool_nb/web/WEB-INF/tags/Comments.tag 18 Jan 2016 03:27:18 -0000 1.5.2.3 +++ lams_tool_nb/web/WEB-INF/tags/Comments.tag 20 Aug 2016 07:13:43 -0000 1.5.2.4 @@ -42,6 +42,7 @@ \ No newline at end of file Index: lams_tool_notebook/web/includes/javascript/monitoring.js =================================================================== RCS file: /usr/local/cvsroot/lams_tool_notebook/web/includes/javascript/monitoring.js,v diff -u -r1.3.12.1 -r1.3.12.2 --- lams_tool_notebook/web/includes/javascript/monitoring.js 18 May 2016 10:29:29 -0000 1.3.12.1 +++ lams_tool_notebook/web/includes/javascript/monitoring.js 20 Aug 2016 07:23:34 -0000 1.3.12.2 @@ -1,5 +1,6 @@ function doSelectTab(tabId) { if (tabId == 3) { + $.ajaxSetup({ cache: true }); $("#statisticArea").load(statisticsURL + (new Date()).getTime()); } selectTab(tabId); Index: lams_tool_notebook/web/pages/authoring/conditions.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_notebook/web/pages/authoring/conditions.jsp,v diff -u -r1.1.12.1 -r1.1.12.2 --- lams_tool_notebook/web/pages/authoring/conditions.jsp 17 May 2016 10:20:13 -0000 1.1.12.1 +++ lams_tool_notebook/web/pages/authoring/conditions.jsp 20 Aug 2016 07:23:34 -0000 1.1.12.2 @@ -2,6 +2,7 @@