Closed (fixed)
Project:
Ubercart AJAX Cart
Version:
6.x-2.0-beta7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 May 2011 at 07:14 UTC
Updated:
19 May 2011 at 11:11 UTC
In uc_ajax_cart.module #279:
...
function _uc_ajax_cart_load_res() {
static $loaded ;
if (isset($loaded) && $loaded === TRUE) return;
/** Add standard js **/
drupal_add_js('misc/jquery.form.js');
drupal_add_js(drupal_get_path('module', 'uc_ajax_cart') .'/js/jquery.blockUI.js');
drupal_add_js(drupal_get_path('module', 'uc_ajax_cart') .'/js/uc_ajax_cart.js');
drupal_add_js(drupal_get_path('module', 'uc_ajax_cart') .'/js/jquery.cookie.js');
drupal_add_css(drupal_get_path('module', 'uc_ajax_cart') .'/css/ajax.cart.css');
....
there is no such a file /css/ajax.cart.css, there is /css/uc_ajax_cart.css
Comments
Comment #1
tunicOops, your are right, wrong filename.
The file just set black color for Growl like messages.
Fixed in dev, thanks for the report.