When ssforum is visited without logging in, the following code is on the page:
/* Init Facebook JS */
try
{
FB_RequireFeatures(["XFBML"], function()
{
FB.init("03ad3e5291506200011eb66edef2585d", "http://www.ssforum.net/interface/facebook/xd_receiver.php" );
FB.Facebook.get_sessionState().waitUntilReady(function()
{
FB.Connect.ifUserConnected( ipb.facebook.login_loadUser );
} );
} );
}
catch( error )
{
alert( error );
}
Could the alert() please be removed? I do not have facebook.com whitelisted Thanks