Showing
1 changed file
with
1 additions
and
1 deletions
@@ -641,7 +641,7 @@ function search(opt) { | @@ -641,7 +641,7 @@ function search(opt) { | ||
641 | } | 641 | } |
642 | 642 | ||
643 | if ($container.find('.total')[1]) { | 643 | if ($container.find('.total')[1]) { |
644 | - $container.find('.total')[1].remove(); | 644 | + $container.find('.total').eq(1).remove(); |
645 | } | 645 | } |
646 | 646 | ||
647 | RES_QTY = $container.find('.total').data('id'); | 647 | RES_QTY = $container.find('.total').data('id'); |
-
Please register or login to post a comment