Closed (duplicate)
Project:
Javascript Tools
Version:
5.x-0.4
Component:
Collapsiblock
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Mar 2007 at 18:10 UTC
Updated:
14 Sep 2009 at 19:46 UTC
Jump to comment: Most recent file
Comments
Comment #1
ianchan commentedAlso occurs on our Drupal 5 installation.
As a temporary fix, I replaced collapsiblock.js with the file from the preceding jstools release (5.x-0.3). It's attached in case you need to use it.
Comment #2
nedjohttp://drupal.org/node/128563
Comment #3
psi-borg commentedafter *.4 'upgrade',
i get same symptoms with different error: object doesn't support this property or method
tried: removing jstools module, deleting module files, remove all records like '%jstools%' in mysql, restoring jstools *.3
error persists.
watchdog reports page not found >> 'sites/all/modules/jstools/jquery.cookie.js'
but this .js file was in neither module version, moreover, grepping entire site fileset for 'jquery.cookie.js' returned nothing.
at this point i'm wondering what the security oversight is for drupal modules - what safeguards are in place to prevent malicious code from being assimilated into the drupal codebase?
Comment #4
drupaljyeo commentedianchan's temporary fix worked for me. awesome!