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.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 628040-3-uc_discount.js_.patch | 1.22 KB | torgospizza |
| #1 | uc-discount-js-errors.patch | 3.79 KB | jtsnow |
Comments
Comment #1
jtsnow commentedThis 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.
Comment #2
jazzitup commentedComment #3
torgospizzaRunning 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.
Comment #4
stewart.adam commentedThis resolved the JS errors for me, marking as RTBC.