Index: lams_central/web/includes/javascript/authoring/authoringActivity.js =================================================================== diff -u -r92d06af13f4a1e095dfcca4a2ce2219ab0974ed7 -ra53cd68fb91cc236349605e96a15c5b2c3c31ecc --- lams_central/web/includes/javascript/authoring/authoringActivity.js (.../authoringActivity.js) (revision 92d06af13f4a1e095dfcca4a2ce2219ab0974ed7) +++ lams_central/web/includes/javascript/authoring/authoringActivity.js (.../authoringActivity.js) (revision a53cd68fb91cc236349605e96a15c5b2c3c31ecc) @@ -1421,7 +1421,8 @@ 'width' : Math.max(380, Math.min(1024, $(window).width() - 60)), 'draggable' : true, 'resizable' : true, - 'startMaximized' : true, + // only Peer Review pop up starts maximized as it contains wide rubrics ratings + 'startMaximized' : activity.authorURL.contains('laprev11'), 'title' : activity.title + ' ' + LABELS.ACTIVITY_DIALOG_TITLE_SUFFIX, 'beforeClose' : function(event){ // ask the user if he really wants to exit before saving his work