Index: lams_tool_images/web/includes/javascript/imageGallerycommon.js =================================================================== RCS file: /usr/local/cvsroot/lams_tool_images/web/includes/javascript/imageGallerycommon.js,v diff -u -r1.1.12.2 -r1.1.12.3 --- lams_tool_images/web/includes/javascript/imageGallerycommon.js 12 May 2016 09:54:34 -0000 1.1.12.2 +++ lams_tool_images/web/includes/javascript/imageGallerycommon.js 20 Aug 2016 04:56:34 -0000 1.1.12.3 @@ -2,6 +2,7 @@ * Launches the popup window for the instruction files */ function showMessage(url) { + $.ajaxSetup({ cache: true }); $("#reourceInputArea").load(url, function() { var area=document.getElementById("reourceInputArea"); if (area != null) {