/** * 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(){}; FB_Devel.sanityCheck = function() { if (typeof(FB) != 'undefined' && (!Drupal.settings.fb || FB._apiKey != Drupal.settings.fb.fb_init_settings.appId)) { // There is a