Index: lams_central/web/includes/javascript/openUrls.js =================================================================== diff -u -r024ce0c12173cc7513122f539368873c52b03540 -r66d97e4b50e4564cc669b701e285494f4624369e --- lams_central/web/includes/javascript/openUrls.js (.../openUrls.js) (revision 024ce0c12173cc7513122f539368873c52b03540) +++ lams_central/web/includes/javascript/openUrls.js (.../openUrls.js) (revision 66d97e4b50e4564cc669b701e285494f4624369e) @@ -60,19 +60,8 @@ url = '/lams/home/learner.do?'; } var learnerUrl = url + 'lessonID=' + lessonId; - - if (isMac) { - learnWin = window.open(learnerUrl,'lWindow','width=' + learner_width + ',height=' + learner_height - + ',resizable,scrollbars=yes,status=yes' + getCenterParams(learner_width, learner_height)); - } else { - if (learnWin && !learnWin.closed ) { - learnWin.location = learnerUrl; - learnWin.focus(); - } else { - learnWin = window.open(learnerUrl,'lWindow','width=' + learner_width + ',height=' + learner_height - + ',resizable,scrollbars=yes,status=yes' + getCenterParams(learner_width, learner_height)); - } - } + + window.location.href = learnerUrl; } function openKumalive(orgID, role) {