/** * Devel helpers and sanity checks. * * This file will be included only when fb_devel.module is enabled and user * has 'access devel information' permission. */ FB_Devel = function(){}; /** * Called when fb.js triggers the 'fb_init' event. */ FB_Devel.initHandler = function() { //alert("FB_Devel.initHandler"); if (typeof(FB) != 'undefined' && (!Drupal.settings.fb || FB._apiKey != Drupal.settings.fb.fb_init_settings.appId)) { // We reach this code if there is a