It looks like @Anywhere does not properly initialize when loaded via jQuery’s getScript() method. I am able to create a connectButton, but the redirect stays inside the IFRAME @Anywhere creates instead of closing the popup and returning to the main page. If I load @Anywhere via a tag at the top of my document, everything works fine. Is there something I can call inside getScript()'s callback to force the proper initializations? Thanks.