mirror of
https://github.com/roytam1/UXP.git
synced 2026-06-28 19:39:04 +00:00
6 lines
92 B
HTML
6 lines
92 B
HTML
<script>
|
|
onpageshow = function(e) {
|
|
opener[location.search.split('?')[1]](e);
|
|
}
|
|
</script>
|