Index: lams_bb_integration/web/modules/learnermonitor.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_bb_integration/web/modules/learnermonitor.jsp,v diff -u -r1.24 -r1.25 --- lams_bb_integration/web/modules/learnermonitor.jsp 10 Aug 2015 04:36:53 -0000 1.24 +++ lams_bb_integration/web/modules/learnermonitor.jsp 27 Jun 2016 10:42:58 -0000 1.25 @@ -267,7 +267,7 @@ } } else { try { - learnerWin = window.open(learnerUrl,'lWin','width=1024,height=768,resizable=1'); + learnerWin = window.open(learnerUrl,'lWin','width=1280,height=720,resizable=1'); learnerWin.focus(); } catch(e) { // popups blocked by a 3rd party @@ -288,7 +288,7 @@ } } else { try { - monitorWin = window.open(monitorUrl,'aWin','width=800,height=600,resizable=1'); + monitorWin = window.open(monitorUrl,'aWin','width=1280,height=720,resizable=1'); monitorWin.opener = self; monitorWin.focus(); } catch(e) { @@ -302,4 +302,4 @@ - \ No newline at end of file +