The jQuery UI libraries are added with drupal_add_js() and the wrong path is used for Drupal 7. The following warning is diplayed: Warning: file_get_contents(misc/ui/ui.core.js) [function.file-get-contents]: failed to open stream: No such file or directory in _locale_parse_js_file()...

Use drupal_add_library() instead of drupal_add_js().

Comments

weri’s picture

Status: Active » Needs review
StatusFileSize
new1.19 KB
sreynen’s picture

Status: Needs review » Fixed

Committed to dev. Thanks!

Status: Fixed » Closed (fixed)

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