Closed (fixed)
Project:
Dynamic display block
Version:
6.x-1.0-rc6
Component:
Miscellaneous
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Nov 2009 at 17:49 UTC
Updated:
18 Nov 2009 at 00:50 UTC
When installing ddblock, I re-enabled jquery_update (having disabled it previously until I could get to the bottom of some errors it was giving me).
Now that ddblock is running well for me, can I disable jquery_update and still have ddblock continue to work?... ...at least until I can get to the bottom of the jquery_update issue ("A script on the page has stopped...").
If yes, what would I need to do other than removing the jquery_update dependency from the ddblock.info file?
Thanks
Comments
Comment #1
airen2011 commentedIf you use one of the newest drupal 6 version then ddblock will continue to work.
To get the dependency, delete this line
dependencies[] = "jquery_update"
or make it a comment by putting a semi-colon in front of the line like
;dependencies[] = "jquery_update"
in the ddblock.info file.
Hope this helps you further, please let me know.
Comment #2
boblangdon commentedThanks iren!
You do great work. Keep it up.
Comment #3
airen2011 commentedSet status to fixed.