From da8ebb91623cb528022c05aea38c47774c03583c Mon Sep 17 00:00:00 2001 From: Paul Driver Date: Wed, 5 May 2010 16:35:29 -0700 Subject: [PATCH] no forms[0], we will use a real id --- www/extras/shop/cart.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/extras/shop/cart.js b/www/extras/shop/cart.js index 0781d5403..da3631521 100644 --- a/www/extras/shop/cart.js +++ b/www/extras/shop/cart.js @@ -242,7 +242,7 @@ var self = this, e = args.elements, - f = document.forms[0], + f = document.getElementById('wgCartId'), checks = f.sameShippingAsBilling, sameChange;