Another fix for bug 527074

This commit is contained in:
Dão Gottwald 2009-11-14 14:29:18 +01:00
parent b6c293d09e
commit 08472491ff

View File

@ -111,6 +111,7 @@ function test() {
setTimeout(pollMostRecentWindow, 0);
}
}
window.focus(); //XXX Why is this needed?
pollMostRecentWindow();
});
}