Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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')) { |
-
Please register or login to post a comment