diff options
author | Christian Pointner <equinox@helsinki.at> | 2014-09-20 22:29:26 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2014-09-20 22:29:26 (GMT) |
commit | c11a050167845523696d09fa1fb7c138fed489d8 (patch) | |
tree | 1f46b08a0de8cd81f30f396f8c0f4786daf1be11 /js | |
parent | 31d5ab8f8bd2efd0fc789460c38d195c3420a5cd (diff) |
cleanup
Diffstat (limited to 'js')
-rw-r--r-- | js/shows.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/shows.js b/js/shows.js index 01a9b1c..0917197 100644 --- a/js/shows.js +++ b/js/shows.js @@ -16,7 +16,6 @@ function shows_udpateCartListing() { function shows_updateGroupCartList(data, status, req) { shows_group_carts = []; - $('#show-carts').find('tr:gt(0)').remove(); var cartlist = $(data).find("cartList"); var carts = cartlist.children(); carts.each(function() { |