Index: lams_tool_images/web/pages/learning/learning.jsp =================================================================== diff -u -r98a737b94aeecc8cb04ebd47b5dee8b470ef7eea -r989e4b47442b99cfcdf170f565a1b0c4c69fb03c --- lams_tool_images/web/pages/learning/learning.jsp (.../learning.jsp) (revision 98a737b94aeecc8cb04ebd47b5dee8b470ef7eea) +++ lams_tool_images/web/pages/learning/learning.jsp (.../learning.jsp) (revision 989e4b47442b99cfcdf170f565a1b0c4c69fb03c) @@ -85,6 +85,7 @@ clickNext : ${fn:length(sessionMap.imageGalleryList) > 1}, // sets helper for making the image clickable only if there is more than 1 image insert : '#main_image', // the containing selector for our main image onImage : function(image,caption,thumb) { + // fetch the thumbnail container var _li = thumb.parents('li'); // fade out inactive thumbnail @@ -147,6 +148,7 @@ //alert(parent.document.getElementById("contentFrame").width); //parent.document.getElementById("contentFrame").width = "2000px"; //} + });