Fix for bug 87980. Fix security breach. R=vidur, SR=brendan, A=chofmann

This commit is contained in:
ducarroz%netscape.com 2001-06-27 23:27:07 +00:00
parent fb0c99b8d1
commit 10c2af1d4c

View File

@ -198,7 +198,7 @@ function onLoad() {
window.moveTo(opener.screenX + 16, opener.screenY + 32);
//We need to delay the set title else dom will overwrite it
return window.setTimeout( "SetTitle('" + subject + "');", 0 );
return window.setTimeout(SetTitle, 0, subject);
}
function onUnload()