summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/js/shows.js1
1 files changed, 1 insertions, 0 deletions
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 = [];