Index: lams_tool_forum/web/jsps/authoring/basic.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/authoring/basic.jsp,v
diff -u -r1.37.2.4 -r1.37.2.5
--- lams_tool_forum/web/jsps/authoring/basic.jsp 9 May 2016 12:03:49 -0000 1.37.2.4
+++ lams_tool_forum/web/jsps/authoring/basic.jsp 19 Aug 2016 00:54:28 -0000 1.37.2.5
@@ -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
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/authoring/conditions.jsp,v
diff -u -r1.1.12.2 -r1.1.12.3
--- lams_tool_forum/web/jsps/authoring/conditions.jsp 18 May 2016 00:36:02 -0000 1.1.12.2
+++ lams_tool_forum/web/jsps/authoring/conditions.jsp 19 Aug 2016 00:54:28 -0000 1.1.12.3
@@ -2,6 +2,7 @@