summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2015-09-27 03:25:01 (GMT)
committerChristian Pointner <equinox@helsinki.at>2015-09-27 03:25:01 (GMT)
commitbdccabf320e960534d34a09aa4c98b91218f2833 (patch)
treeb482949cffb8f3ba6963febf5fe5ae7d682b9a1f /www
parentc96c50382cf16430788c1b2cbabc30b586d3b72a (diff)
removing cart listing at show cleanup
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 = [];