Index: lams_monitoring/web/includes/javascript/monitorLesson.js =================================================================== RCS file: /usr/local/cvsroot/lams_monitoring/web/includes/javascript/monitorLesson.js,v diff -u -r1.44.2.48 -r1.44.2.49 --- lams_monitoring/web/includes/javascript/monitorLesson.js 7 Nov 2016 11:17:55 -0000 1.44.2.48 +++ lams_monitoring/web/includes/javascript/monitorLesson.js 8 Nov 2016 02:35:26 -0000 1.44.2.49 @@ -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 +}