This module has a dependency on the list module. In a minimal install, the list module is not enabled and hence trying to enable this module results in a fatal error for the code:

function jquery_localscroll_page_build(&$page) {
  $ids = list_extract_allowed_values(variable_get('jquery_localscroll_id', ''), 'list_text', FALSE);

Comments

alansaviolobo’s picture

Issue summary: View changes