mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
1127ddd8f5
--HG-- extra : rebase_source : 002c31bd38438e88444e7578faaa065133f4b5ae
13 lines
232 B
HTML
13 lines
232 B
HTML
<html>
|
|
<head>
|
|
<script>
|
|
window.addEventListener("focus", function() { window.close(); }, false);
|
|
function done() {
|
|
window.focus();
|
|
}
|
|
</script>
|
|
</head>
|
|
<body onload="done();">
|
|
</body>
|
|
</html>
|