Index: lams_central/web/includes/javascript/openUrls.js =================================================================== diff -u -rccfaf7a9ef3cf04f1647bcb16ff673ca8cfc5952 -r5d62f3e3ddf8ecead3be4c6bcabfa9a6d1596f20 --- lams_central/web/includes/javascript/openUrls.js (.../openUrls.js) (revision ccfaf7a9ef3cf04f1647bcb16ff673ca8cfc5952) +++ lams_central/web/includes/javascript/openUrls.js (.../openUrls.js) (revision 5d62f3e3ddf8ecead3be4c6bcabfa9a6d1596f20) @@ -67,6 +67,7 @@ } function openMonitorLesson( lessonID ) { + debugger; if (isMac) { if(belowMinRes) { monitorLessonWin = window.open('home.do?method=monitorLesson&lessonID='+lessonID,'mWindow','width=' + monitor_width + ',height=' + monitor_height + ',resizable,scrollbars'); @@ -101,6 +102,7 @@ } function openLearner( lessonId ) { + debugger; var learnerUrl = 'home.do?method=learner&lessonID=' + lessonId; if (isMac) { @@ -134,6 +136,7 @@ } function openSysadmin() { + debugger; var height = sys_admin_height; var width = sys_admin_width; var left = 0;