Index: lams_central/web/authoringConfirm.jsp =================================================================== diff -u -re6dc4db4137cfd6b07a4aa79711b9d12b39fb78e -rb77851c97d3c9d523c0beeb82d97449f2e9b0276 --- lams_central/web/authoringConfirm.jsp (.../authoringConfirm.jsp) (revision e6dc4db4137cfd6b07a4aa79711b9d12b39fb78e) +++ lams_central/web/authoringConfirm.jsp (.../authoringConfirm.jsp) (revision b77851c97d3c9d523c0beeb82d97449f2e9b0276) @@ -12,14 +12,13 @@ window.parent.ActivityLib.closeActivityAuthoring(window.frameElement.id); return; } - - var notifyCloseURL = "${param.notifyCloseURL}"; + + var notifyCloseURL = ""; if (notifyCloseURL == "") { refreshParentMonitoringWindow(); } else { if (window.parent.opener == null - || '${param.noopener}' == 'true' - || notifyCloseURL.indexOf('noopener=true') >= 0) { + || ${param.noopener eq "true" or param.notifyCloseURL.indexOf("noopener=true") >= 0}) { window.location.href = notifyCloseURL + '&action=save'; } else { window.parent.opener.location.href = notifyCloseURL;