You are here

function qtip_fetch_debug_settings in qTip (Stylish jQuery Tooltips) 7.2

[qtip_fetch_debug_settings description]

Return value

[type] [description]

1 call to qtip_fetch_debug_settings()
qtip_init in ./qtip.module
Implements hook_init().

File

./qtip.module, line 822

Code

function qtip_fetch_debug_settings() {
  return array(
    'leaveElement' => variable_get('qtip_debug_leave_tooltip_elements', 0),
  );
}