no forms[0], we will use a real id

This commit is contained in:
Paul Driver 2010-05-05 16:35:29 -07:00
parent 38d4631312
commit da8ebb9162

View file

@ -242,7 +242,7 @@
var self = this,
e = args.elements,
f = document.forms[0],
f = document.getElementById('wgCartId'),
checks = f.sameShippingAsBilling,
sameChange;