Index: lams_bb_integration/web/links/monitor.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_bb_integration/web/links/monitor.jsp,v diff -u -r1.4 -r1.5 --- lams_bb_integration/web/links/monitor.jsp 21 Jul 2015 07:48:51 -0000 1.4 +++ lams_bb_integration/web/links/monitor.jsp 23 Jul 2016 06:20:09 -0000 1.5 @@ -196,7 +196,7 @@ function syncMarks() { $j("#sync-button-but").hide(); - //var monitorWin2 = window.open('../GradebookSync?lsId=' + sequenceId,'mWindow','width=1024,height=768,resizable'); + //var monitorWin2 = window.open('../GradebookSync?lsId=' + sequenceId,'mWindow','width=1280,height=720,resizable'); // monitorWin2.focus(); // return; @@ -246,7 +246,7 @@ } else{ try { - monitorWin = window.open(monitorURL,'mWindow','width=1024,height=768,resizable'); + monitorWin = window.open(monitorURL,'mWindow','width=1280,height=720,resizable'); monitorWin.focus(); }catch(e){ // popups blocked by a 3rd party @@ -268,4 +268,4 @@ - \ No newline at end of file + Index: lams_bb_integration/web/modules/create.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_bb_integration/web/modules/create.jsp,v diff -u -r1.18 -r1.19 --- lams_bb_integration/web/modules/create.jsp 5 Dec 2014 22:33:50 -0000 1.18 +++ lams_bb_integration/web/modules/create.jsp 23 Jul 2016 06:20:09 -0000 1.19 @@ -232,7 +232,7 @@ } else{ try { - authorWin = window.open(authorUrl,'aWindow','width=1024,height=768,resizable'); + authorWin = window.open(authorUrl,'aWindow','width=1280,height=720,resizable'); authorWin.focus(); }catch(e){ // popups blocked by a 3rd party @@ -266,7 +266,7 @@ } else{ try { - previewWin = window.open(previewUrl,'pWindow','width=1024,height=768,resizable'); + previewWin = window.open(previewUrl,'pWindow','width=1280,height=720,resizable'); previewWin.focus(); }catch(e){ // popups blocked by a 3rd party