Index: lams_tool_laqa/web/authoring/BasicContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/web/authoring/BasicContent.jsp,v diff -u -r1.42.2.2 -r1.42.2.3 --- lams_tool_laqa/web/authoring/BasicContent.jsp 25 May 2016 16:25:18 -0000 1.42.2.2 +++ lams_tool_laqa/web/authoring/BasicContent.jsp 22 Aug 2016 03:41:05 -0000 1.42.2.3 @@ -6,6 +6,7 @@ * Launches the popup window for the instruction files */ function showMessage(url) { + $.ajaxSetup({ cache: true }); $("#messageArea").load(url, function() { $(this).show(); $('#saveCancelButtons').hide();