7.x-2.x-dev (Jan 31) on the Available updates page, the filter radio buttons on first click do not filter the list, and result in this js error:

'undefined' is not a function (evaluating '$.cookie('DrupalModuleFilter')')

Clicking on a second radio, and all subsequent radios work as expected.
Same in Safari + FF.

I love using this feature on the updates page, btw.

Comments

echoz’s picture

Title: ja error + loss of radio button filtering on updates page » js error + loss of radio button filtering on updates page
greenskin’s picture

Does the JS error give a line number?

echoz’s picture

module_filter.js line 20 - and I did clear my cookies to test. I assumed this is reproducible.

greenskin’s picture

Status: Active » Fixed

http://drupalcode.org/project/module_filter.git/commit/9d871a855c19496e7...

I hadn't realized jQuery cookie method was not loaded by default by Drupal. I just happened to have another module enabled that used it, thus I wasn't having the issue.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.