Can ddblock run without jquery_update enabled?
boblangdon - November 2, 2009 - 17:49
| Project: | Dynamic display block |
| Version: | 6.x-1.0-rc6 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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

#1
If 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.
#2
Thanks iren!
You do great work. Keep it up.
#3
Set status to fixed.
#4
Automatically closed -- issue fixed for 2 weeks with no activity.