Index: lams_central/web/includes/javascript/comments.js =================================================================== diff -u -r67f128090c1d1c1e8ec3b987477c17c7df8d6bdd -r8db199a300d8f5c1b477c927cd74e111af4aecb9 --- lams_central/web/includes/javascript/comments.js (.../comments.js) (revision 67f128090c1d1c1e8ec3b987477c17c7df8d6bdd) +++ lams_central/web/includes/javascript/comments.js (.../comments.js) (revision 8db199a300d8f5c1b477c927cd74e111af4aecb9) @@ -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.