From bdccabf320e960534d34a09aa4c98b91218f2833 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 27 Sep 2015 05:25:01 +0200 Subject: removing cart listing at show cleanup diff --git a/www/js/shows.js b/www/js/shows.js index 268a76d..33beb60 100644 --- a/www/js/shows.js +++ b/www/js/shows.js @@ -331,6 +331,7 @@ function shows_init() { } function shows_cleanup() { + $('#show-carts tbody').find('tr').remove(); sessionStorage.removeItem("shows_currentid"); delete shows_currentid; shows_list = []; -- cgit v0.10.2