Index: lams_tool_forum/web/jsps/authoring/basic.jsp
===================================================================
diff -u -r26a0240d04a160036cc15d1adca267cd1e9c42e5 -rcd8445f5cc34046fc3aad47db4e6f5f1c712ba4f
--- lams_tool_forum/web/jsps/authoring/basic.jsp (.../basic.jsp) (revision 26a0240d04a160036cc15d1adca267cd1e9c42e5)
+++ lams_tool_forum/web/jsps/authoring/basic.jsp (.../basic.jsp) (revision cd8445f5cc34046fc3aad47db4e6f5f1c712ba4f)
@@ -9,6 +9,8 @@
* Launches the popup window for the instruction files
*/
function showMessage(url) {
+
+ $.ajaxSetup({ cache: true });
$("#messageArea").load(url, function() {
var area=document.getElementById("messageArea");
if(area != null){
@@ -114,7 +116,6 @@
}
var formData = new FormData(document.getElementById("topicFormId"));
-
$.ajax({ // create an AJAX call...
data: formData,
processData: false, // tell jQuery not to process the data
Index: lams_tool_forum/web/jsps/authoring/conditions.jsp
===================================================================
diff -u -r6f4caa1152136e7d91f839d4286deb3f1645caf9 -rcd8445f5cc34046fc3aad47db4e6f5f1c712ba4f
--- lams_tool_forum/web/jsps/authoring/conditions.jsp (.../conditions.jsp) (revision 6f4caa1152136e7d91f839d4286deb3f1645caf9)
+++ lams_tool_forum/web/jsps/authoring/conditions.jsp (.../conditions.jsp) (revision cd8445f5cc34046fc3aad47db4e6f5f1c712ba4f)
@@ -2,6 +2,7 @@