Index: lams_central/web/author.jsp =================================================================== diff -u -ra6a67a218e1013a2053e33fc7ee37c2875ddae4d -rf21c872736f5a675d1d92a7c8093974c2365eac5 --- lams_central/web/author.jsp (.../author.jsp) (revision a6a67a218e1013a2053e33fc7ee37c2875ddae4d) +++ lams_central/web/author.jsp (.../author.jsp) (revision f21c872736f5a675d1d92a7c8093974c2365eac5) @@ -114,16 +114,14 @@ } function openPopUp(args, title, h, w, resize, status, scrollbar, menubar, toolbar){ - if(thePopUp && thePopUp.open && !thePopUp.closed){ - thePopUp.focus(); + // refocus code commented out as we want to replace contents due to tool's session issues. Code will be + // wanted again the future. + //if(thePopUp && thePopUp.open && !thePopUp.closed){ + // thePopUp.focus(); - }else{ - //mozilla seems to want a full url - - //var args = getHostURL()+args; + //}else{ thePopUp = window.open(args,title,"HEIGHT="+h+",WIDTH="+w+",resizable="+resize+",scrollbars=yes,status="+status+",menubar="+menubar+", toolbar="+toolbar); - //thePopUp = window.open(args,"learnerPop","HEIGHT=450,WIDTH=550,resizable,scrollbars"); - } + //} }