summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 926215e..55b80a2 100644
--- a/index.html
+++ b/index.html
@@ -59,7 +59,7 @@
var show_carts = [];
function updateShowListing() {
- $('#show-carts').find('tr:gt(0)').remove();
+ $('#show-carts tbody').find('tr').remove();
}