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
Comment #1
kylebrowning commentedthis has been fixed in the Head of Drupal 6