mark_signedin (249B)
1 <!DOCTYPE html> 2 <html> 3 <body> 4 <script> 5 // The important part of this page are the headers. 6 7 // If this page was opened as a popup, notify the opener. 8 if (window.opener) { 9 window.opener.postMessage("done_loading", "*"); 10 } 11 </script> 12 </body> 13 </html>