Hi,
Firebug picks up a javascript error when opening the collapsiblock:

$.cookie is not a function

It's not serious but would be nice to make it disappear.
Is there a quick way to disable the cookie? - sometimes it's not necessary to remember the state.

Perhaps it could be added as a menu option? A 'remember state' checkbox??

Many thanks for a great module,

Joe

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

marcoka’s picture

that means that he can not call the cookie function of jquery.cookie.js, that library is part of core in d7.
check if that file is include in the page.
i myself can not confirm that error.

cthiebault’s picture

jquery.cookie.js was missing.
Here is a patch to fix this.

cthiebault’s picture

Here is the same patch but with less context because of a conflict with patch from http://drupal.org/node/1301454.

marcoka’s picture

Status: Active » Needs review
Morasta’s picture

Ran into this problem on a D7 site. Applied the patch from #3, worked like a champ. Thanks, cthiebault.

gagarine’s picture

Version: 7.x-1.0-alpha1 » 7.x-1.x-dev
Status: Needs review » Patch (to be ported)

I see.. thanks for the patch.

gagarine’s picture

Assigned: Unassigned » gagarine
gagarine’s picture

Status: Patch (to be ported) » Fixed

commited

Status: Fixed » Closed (fixed)

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