Index: lams_central/web/includes/javascript/comments.js =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/includes/javascript/comments.js,v diff -u -r1.3.2.4 -r1.3.2.5 --- lams_central/web/includes/javascript/comments.js 20 Apr 2016 02:58:10 -0000 1.3.2.4 +++ lams_central/web/includes/javascript/comments.js 20 Aug 2016 03:46:28 -0000 1.3.2.5 @@ -25,6 +25,7 @@ alert(savedCannotRedisplayMessage); } else { var loadString = lamsUrl+"comments/viewTopicThread.do?&sessionMapID=" + response.sessionMapID + "&threadUid=" + threadUid+"&commentUid="+commentUid; + $.ajaxSetup({ cache: true }); $(threadDiv).load(loadString, function() { // expand up to the reply - in case it is buried down in a lot of replies // don't need to do this if we have started a new thread.