Files
UXP-Fixed/devtools/client/shared/shim/test/file_service_wm.html
T
2018-02-02 04:16:08 -05:00

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>