Closed (duplicate)
Project:
AudioField
Version:
7.x-1.0-beta8
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
14 Aug 2012 at 07:11 UTC
Updated:
21 Dec 2012 at 15:38 UTC
Jump to comment: Most recent file
drupal_add_js calls the jPlayer file with the base path in the path uri. It can load the file, however, the locale js parser cannot fetch it. Base path only should be added where necessary and don't use it for drupal_add_js().
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | audiofield_wrongjplayerpath_1729346_1.patch | 1.34 KB | itarato |
Comments
Comment #1
itarato commentedI added a patch. Please, review and consider merging it. Thanks :)
Comment #2
berenddeboer commentedJust encountered this as well. $base_path is all over the place in this module. Please remove all occurrences, you don't need it.
Comment #3
benjifisherThis problem and others are fixed in #1845032: jplayer: no theme override function, incorrect use of $base_path, and poor legacy browser support, so I am marking this as a duplicate. I will also bump the version, since it is still a problem with beta8.