I'm getting this error:

Uncaught TypeError: $.param.fragment is not a function

in module_filter_tab.js at the following code.

Drupal.ModuleFilter.eventHandlerOperateByURLFragment = function(event) {
  var hash = $.param.fragment();
  Drupal.ModuleFilter.selectTab(hash);
};

Viewing in inspector shows no available param variable at that point. Using version 1.10 of jQuery via jQuery Update module.

Comments

wonder95 created an issue. See original summary.

smustgrave’s picture

Status: Active » Closed (outdated)

With D10 now out going to putting all the focus on the 4.x version of this
module supporting D9 + D10.

Will keep an on the 7.x-2.x branch for reviews but no active work will
probably happen