You are here

function fb_is_ajax in Drupal for Facebook 7.4

1 call to fb_is_ajax()
fb_user_fb in ./fb_user.module
Implements hook_fb().

File

./fb.module, line 1551

Code

function fb_is_ajax() {
  return arg(0) == 'fb' && arg(1) == 'ajax';
}