I get the following JavaScript error in uc_discount.js on the checkout page:

Object doesn't support this property or method

It occus in uc_discount.js on line 41 character 3.

Comments

jtsnow’s picture

StatusFileSize
new3.79 KB

This is causing more errors than I originally thought. It causes an infinitely-scrolling progress bar. See this related issue for Ubercart: http://drupal.org/node/587820

Here is a patch.

jazzitup’s picture

Status: Active » Needs review
torgospizza’s picture

StatusFileSize
new1.22 KB

Running into this same problem with the latest dev version of uc_discount; and we need jquery_update for our new theme.

The patch in #1 will not apply because there is far less JS code to patch, it seems. Attached is a new patch against the latest dev, which fixes the issue using the latest 6.x version of jQuery Update.

stewart.adam’s picture

Status: Needs review » Reviewed & tested by the community

This resolved the JS errors for me, marking as RTBC.