Closed (fixed)
Project:
Ubercart
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Jul 2009 at 15:29 UTC
Updated:
25 Aug 2009 at 21:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
tr commentedhttp://docs.jquery.com/Release:jQuery_1.3#Changes
The @ symbol change is number one on that list. The next two on the list sound like they could be a problem too...
Comment #2
vm commentedjust ran into this myself. Luckily I have ubercart running our store in a multisite on its own subdomain. This made it easy to remove jquery_update which uses jQuery 1.3.2, from the store only.
Comment #3
Island Usurper commentedNot only should the
[@foo=...]be removed, but I can finally get rid of the .end() calls that are scattered through the uc_quote code. It was necessary in Drupal 5 for people who didn't have jquery_update, but it would break for people who did use it. Now I think Ubercart will work with or without jquery_update.Comment #4
Island Usurper commentedYes, Ubercart works with and without jquery_update. Committed.