As described in the upgrading notes of jQuery 1.3 (http://docs.jquery.com/Release:jQuery_1.3#Upgrading): The '@' in [@attr] has been removed. Deprecated since 1.2 this old syntax no longer works. Simply remove the @ to upgrade.

The fact that it's deprecated means the change won't affect those using jQuery 1.2 (anyone using drupal 6).

The attached patch just makes that change so those using jQuery 1.3 can use uc_addresses with no problem.

CommentFileSizeAuthor
uc_addresses.js_.patch1.09 KBtic2000

Comments

tic2000’s picture

Status: Active » Needs review
freixas’s picture

Assigned: Unassigned » freixas
Status: Needs review » Fixed

Patch applied. Seems to work.

dww’s picture

Status: Fixed » Needs review

I don't see a commit for this at http://drupal.org/project/cvs/262984

freixas’s picture

Status: Needs review » Fixed

dww: Please don't change the bug status. I've been using them keep track of what I've finished and what I haven't finished. Thanks.

dww’s picture

@freixas: Until the fix is committed to CVS, an issue isn't "fixed" IMHO... ;)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.