line 109 is:
drupal_add_css($js_path . '/lib/css/ui.carousel.css');

should be:
drupal_add_css($js_path . 'lib/css/ui.carousel.css');

Comments

neclimdul’s picture

Status: Active » Fixed

committed fix.

Status: Fixed » Closed (fixed)

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