Index: jquery_ui.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/jquery_ui/jquery_ui.module,v retrieving revision 1.6.2.2 diff -u -r1.6.2.2 jquery_ui.module --- jquery_ui.module 21 Jun 2009 03:43:03 -0000 1.6.2.2 +++ jquery_ui.module 20 Jun 2010 13:37:58 -0000 @@ -63,16 +63,16 @@ if (!isset($loaded_files[$file])) { switch ($compression) { case 'none': - $file_path = "$file.js"; + $file_path = "jquery.$file.js"; break; case 'pack': - $file_path = "packed/$file.packed.js"; + $file_path = "packed/jquery.$file.packed.js"; break; case 'mini': default: - $file_path = "minified/$file.min.js"; + $file_path = "minified/jquery.$file.min.js"; break; } $js_path = $jquery_ui_path . '/' . $file_path; Index: index.php =================================================================== RCS file: index.php diff -N index.php --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ index.php 1 Jan 1970 00:00:00 -0000 @@ -0,0 +1,3 @@ +