mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Attempt to fix orange bug 540980, based on the theory that the document.open() without document.close() was preventing the outer page's onload from ever firing, depending on a race.
This commit is contained in:
parent
811332f5a6
commit
b21dff6b69
@ -8,5 +8,6 @@ function o()
|
||||
{
|
||||
document.open();
|
||||
parent.document.documentElement.removeAttribute("class");
|
||||
document.close();
|
||||
}
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user