Page MenuHomeIn-Portal Phabricator

close_popup.tpl
No OneTemporary

File Metadata

Created
Thu, Sep 18, 2:41 AM

close_popup.tpl

<html>
<head>
<title>
</title>
</head>
<body>
<script type="text/javascript">
//alert('<inp2:m_t t="dummy" opener="u" escape="escape"/>');
window.opener.location = '<inp2:m_t t="dummy" opener="u" escape="escape"/>';
window.close();
window.opener.focus();
</script>
</body>
</html>

Event Timeline