diff options
author | Christian Pointner <equinox@helsinki.at> | 2014-09-20 02:10:40 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2014-09-20 02:10:40 (GMT) |
commit | 2b7eeb30faa8c4485588a7c4bb34cad10c5a84cd (patch) | |
tree | 30d8a37fd6c7572a6241d56344edac8a643875f7 /index.html | |
parent | dc133013ae2ea18507d55dc692d089c99c3a464d (diff) |
improved selector for table data rows
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(); } |