From 2b7eeb30faa8c4485588a7c4bb34cad10c5a84cd Mon Sep 17 00:00:00 2001
From: Christian Pointner <equinox@helsinki.at>
Date: Sat, 20 Sep 2014 02:10:40 +0000
Subject: improved selector for table data rows


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();
 
     }
 
-- 
cgit v0.10.2