1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-28 11:18:44 +00:00
Files
UXP/dom/workers/test/window_suspended.html
T

6 lines
92 B
HTML

<script>
onpageshow = function(e) {
opener[location.search.split('?')[1]](e);
}
</script>