Download & Extend

jquery_update_library() returns wrong path to files

Project:jQuery Update
Version:7.x-2.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

The implementation of hook_library() seems to return wrong path to qunit and jquery.bigiframe.

Actual code (jquery_update.module line 13):
$path = drupal_get_path('module', 'jquery_update') . '/ui/external';
I think, this should be replaced by:
$path = drupal_get_path('module', 'jquery_update') . '/replace/ui/external';

And the filename jquery.bigiframe-2.1.2.js (in /replace/ui/external) should be renamed to jquery.bigiframe.js? Or you add the version-information in the code on line 40.

nobody click here