Merge branch 'master' into update-on-post-comment

This commit is contained in:
David Jay
2017-02-16 17:28:40 -05:00
committed by GitHub
+1 -1
View File
@@ -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>