Closed (fixed)
Project:
Dynamic display block
Version:
6.x-1.0-rc6
Component:
Documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Mar 2009 at 17:34 UTC
Updated:
19 Apr 2009 at 02:57 UTC
the following steps are in the readme:
* Add
//add easing plugin
drupal_add_js($ddblock_path .'/js/jquery.easing.1.1.1.js', 'module');
to the ddblock.module file just below line 26:
//add jcycle plugin
drupal_add_js($ddblock_path .'/js/jquery.cycle.all.min.js', 'module');
but those lines are already in the ddblock.module.
Comments
Comment #1
ppblaauw commentedThank you for reporting.
The documentation is actually ok.
The code should not be in the module, the easing plugin is not under GPL so can not be in the Drupal repository. Will remove the line from the code in next version of ddblock module.
Comment #2
ppblaauw commentedclosing issue.