mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-29 02:40:33 +09:00
13 lines
215 B
HTML
13 lines
215 B
HTML
<html> <head>
|
|
<title></title>
|
|
<script type="text/javascript">
|
|
function finish() {
|
|
window.opener.finish(sessionStorage["testItem"]);
|
|
window.close();
|
|
}
|
|
</script>
|
|
</head>
|
|
|
|
<body onload="finish();">
|
|
</body>
|
|
</html>
|