diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ var show_carts = []; function updateShowListing() { - $('#show-carts').find('tr:gt(0)').remove(); + $('#show-carts tbody').find('tr').remove(); } |