1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-11 10:58:34 +00:00
Files
UXP/devtools/client/shared/shim/test/file_service_wm.html
T

21 lines
285 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<script>
// Silence eslint complaint about the onload below.
/* eslint-disable no-unused-vars */
"use strict";
function load() {
(window.opener || window.parent).hurray();
window.close();
}
</script>
</head>
<body onload='load()'>
</body>
</html>