diff --git a/www/extras/shop/cart.js b/www/extras/shop/cart.js index fdf6eda12..b6ba0dc72 100644 --- a/www/extras/shop/cart.js +++ b/www/extras/shop/cart.js @@ -314,11 +314,6 @@ return; } - if (!id.match(/^[A-Za-z0-9_-]{22}$/)) { - alert('Error: bad response trying to save address.'); - return; - } - function updateOne(dropdown) { var opt = _.detect(dropdown.options, function (o) { return o.text === label;