Index: lams_monitoring/web/includes/javascript/monitorLesson.js =================================================================== diff -u -r169f966c6669b38b4180cab310ff7b8616ee1990 -rf1719af3bfb077065cec3ce4c8ca29cb6092975b --- lams_monitoring/web/includes/javascript/monitorLesson.js (.../monitorLesson.js) (revision 169f966c6669b38b4180cab310ff7b8616ee1990) +++ lams_monitoring/web/includes/javascript/monitorLesson.js (.../monitorLesson.js) (revision f1719af3bfb077065cec3ce4c8ca29cb6092975b) @@ -829,7 +829,8 @@ // run the whole fetch again updateSequenceTab(); }).attr('src', LAMS_URL - + 'authoring/author.do?method=generateSVG&selectable=false&learningDesignID=' + ldId); + + 'authoring/author.do?method=generateSVG&selectable=false&learningDesignID=' + ldId).attr('width',0).attr('height',0).attr('style','border: 0px'); + } }); @@ -2095,4 +2096,4 @@ lastTapTime = currentTime; lastTapTarget = event.currentTarget; }); -} \ No newline at end of file +}