In cdn2_field.inc theme_cdn2_formatter_default function this drupal_add_js function call is made:

drupal_add_js(drupal_get_path('module', 'cdn2') .'/js/cdn2.js', 'footer');

The scope parameter 'footer' is actually param 3. The line should read:

drupal_add_js(drupal_get_path('module', 'cdn2') .'/js/cdn2.js', 'module', 'footer');

Comments

kylebrowning’s picture

Status: Active » Fixed

this has been fixed in the Head of Drupal 6

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.