Closed (fixed)
Project:
jQuery Update
Version:
6.x-1.1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Jun 2008 at 15:27 UTC
Updated:
27 Jun 2008 at 15:45 UTC
Starbuck noted a problem with farbtastic and it looks like there is one.
Here is the code that's causing the problem...
/**
* Array of jQuery files to replace if jQuery is loaded.
*/
function jquery_update_get_replacements() {
return array(
'module' => array(
'misc/farbtastic/farbtastic.js' => 'farbtastic.js',
),
);
}
The only problem is farbtastic.js isn't in the root of the jquery_update module anymore. It's now in the replace folder. So, the array in the function above needs to say farbtastic.js is at 'replace/farbtastic.js'.
I can't roll a patch because I don't have a setup to do so at the moment and wanted to document this.
Comments
Comment #1
webchickOh, goll darnit!
Fixing...
Comment #2
webchickHm. Really? I can't reproduce this.
View-source on http://localhost/6x/admin/build/themes/settings/garland gives me:
Comment #3
webchickBtw, that's true that the array has only "farbtastic.js" but below where it's replacing it, it says:
Comment #4
mfer commentedDoh, I'm the one who isn't paying attention. My setup is on a machine without the GD library so it's not going to work at all. Time to go back to my standard testbed.
Nothing to fix. Move along.