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();
Index: lams_tool_laqa/web/authoring/conditions.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_laqa/web/authoring/conditions.jsp,v
diff -u -r1.1.12.2 -r1.1.12.3
--- lams_tool_laqa/web/authoring/conditions.jsp 25 May 2016 16:25:18 -0000 1.1.12.2
+++ lams_tool_laqa/web/authoring/conditions.jsp 22 Aug 2016 03:41:15 -0000 1.1.12.3
@@ -2,6 +2,7 @@