Source code
Revision control
Copy as Markdown
Other Tools
<script>
window.onload = function() {
setTimeout(() => {
window.onpagehide = function(ev) {
bc.postMessage({command: "pagehide", persisted: ev.persisted});
bc.close();
};
window.location.href = "file_bug660404";
}, 0);
};
</script>