mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 17:38:00 +08:00
Adds back the timeout to close window.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<body>
|
||||
<script type="text/javascript">
|
||||
window.opener.authCallback(<% if (err) { %>'<%- err %>'<% } else { %>null<% } %>, '<%- data %>');
|
||||
// setTimeout(function() { window.close(); }, 50);
|
||||
setTimeout(function() { window.close(); }, 50);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user