Index: lams_central/web/includes/javascript/openUrls.js =================================================================== diff -u -r0cf0add4991151d21aeac41ddca7a40e76dc78f6 -ra301da49ef54944c21a4c78c60a2637959be30b5 --- lams_central/web/includes/javascript/openUrls.js (.../openUrls.js) (revision 0cf0add4991151d21aeac41ddca7a40e76dc78f6) +++ lams_central/web/includes/javascript/openUrls.js (.../openUrls.js) (revision a301da49ef54944c21a4c78c60a2637959be30b5) @@ -74,7 +74,7 @@ function openPedagogicalPlanner(){ if(isMac) { - authorWin = window.open('pedagogicalPlanner.do','aWindow','width=' + authoring_width + ',height=' + authoring_height + ',resizable,scrollbars'); + authorWin = window.open('pedagogicalPlanner.do','aWindow','width=' + authoring_width + ',height=' + screen.height + ',resizable,scrollbars'); } else { @@ -84,7 +84,7 @@ } else { - authorWin = window.open('pedagogicalPlanner.do','aWindow','width=' + authoring_width + ',height=' + authoring_height + ',resizable,scrollbars'); + authorWin = window.open('pedagogicalPlanner.do','aWindow','width=' + authoring_width + ',height=' + screen.height + ',resizable,scrollbars'); authorWin.focus(); } }