summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2014-09-20 02:10:40 (GMT)
committerChristian Pointner <equinox@helsinki.at>2014-09-20 02:10:40 (GMT)
commit2b7eeb30faa8c4485588a7c4bb34cad10c5a84cd (patch)
tree30d8a37fd6c7572a6241d56344edac8a643875f7
parentdc133013ae2ea18507d55dc692d089c99c3a464d (diff)
improved selector for table data rows
-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();
}