Index: lams_tool_laqa/web/authoring/BasicContent.jsp =================================================================== diff -u -r320934945c495ab0832be6fb547d83812ac3152a -r0a6aca952e6053ca9ef35fb5bd2e672e5d432be6 --- lams_tool_laqa/web/authoring/BasicContent.jsp (.../BasicContent.jsp) (revision 320934945c495ab0832be6fb547d83812ac3152a) +++ lams_tool_laqa/web/authoring/BasicContent.jsp (.../BasicContent.jsp) (revision 0a6aca952e6053ca9ef35fb5bd2e672e5d432be6) @@ -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();