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();