Index: lams_central/web/includes/javascript/main.js =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/includes/javascript/Attic/main.js,v diff -u -r1.1.2.18 -r1.1.2.19 --- lams_central/web/includes/javascript/main.js 9 Dec 2016 17:47:09 -0000 1.1.2.18 +++ lams_central/web/includes/javascript/main.js 10 Dec 2016 11:24:49 -0000 1.1.2.19 @@ -270,7 +270,7 @@ 'lessonID' : lessonID }, 'autoOpen' : false, - 'height': Math.max(380, Math.min(600, $(window).height() - 30)), + 'height': Math.max(380, Math.min(800, $(window).height() - 30)), 'width' : Math.max(380, Math.min(1024, $(window).width() - 60)), 'title' : LABELS.MONITORING_TITLE, 'open' : function() { Index: lams_central/web/includes/javascript/progressBar.js =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/includes/javascript/progressBar.js,v diff -u -r1.13.2.13 -r1.13.2.14 --- lams_central/web/includes/javascript/progressBar.js 30 Nov 2016 21:35:39 -0000 1.13.2.13 +++ lams_central/web/includes/javascript/progressBar.js 10 Dec 2016 11:24:49 -0000 1.13.2.14 @@ -1166,7 +1166,7 @@ } // draw support activities if they exist - if (result.support) { + if (result.support && $('#supportPart').length == 1) { var svgheight = 17 + 33 * result.support.length; // separate paper for Support Activities frame var supportPaper = Snap();