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

ppblaauw’s picture

Thank 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.

ppblaauw’s picture

Status: Active » Closed (fixed)

closing issue.