mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 762546 - Make sure to register the callback after the document has loaded; r=dbaron
This commit is contained in:
parent
a74fe2c240
commit
245cb2b12f
@ -26,7 +26,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
rfa(play);
|
||||
window.onload = function() { rfa(play) };
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -26,7 +26,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
rfa(play);
|
||||
window.onload = function() { rfa(play) };
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
Loading…
Reference in New Issue
Block a user