Showing
1 changed file
with
1 additions
and
1 deletions
@@ -166,7 +166,7 @@ function didUpdateAllGoodsCheckStatus() { | @@ -166,7 +166,7 @@ function didUpdateAllGoodsCheckStatus() { | ||
166 | $(checkedBox).removeClass('icon-cb-checked').addClass('icon-checkbox'); | 166 | $(checkedBox).removeClass('icon-cb-checked').addClass('icon-checkbox'); |
167 | }); | 167 | }); |
168 | } | 168 | } |
169 | - window.history.go(0); | 169 | + window.location.href = '/cart/index/index?cartType=' + $('#cartType').val(); |
170 | } | 170 | } |
171 | 171 | ||
172 | function bottomCheckBoxHandeler(isSelected, type, handlerAfterTouch) { | 172 | function bottomCheckBoxHandeler(isSelected, type, handlerAfterTouch) { |
-
Please register or login to post a comment