Authored by xuqi

remend 1101

@@ -474,7 +474,7 @@ Cart = { @@ -474,7 +474,7 @@ Cart = {
474 return false; 474 return false;
475 }); 475 });
476 476
477 - editTarget.find('.current-sizes .size-item').click(function() { 477 + editTarget.find('.size-item').click(function() {
478 var $this = $(this); 478 var $this = $(this);
479 479
480 if ($this.hasClass('current')) { 480 if ($this.hasClass('current')) {