diff options
author | Christian Pointner <equinox@helsinki.at> | 2015-09-27 03:25:01 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2015-09-27 03:25:01 (GMT) |
commit | bdccabf320e960534d34a09aa4c98b91218f2833 (patch) | |
tree | b482949cffb8f3ba6963febf5fe5ae7d682b9a1f | |
parent | c96c50382cf16430788c1b2cbabc30b586d3b72a (diff) |
removing cart listing at show cleanup
-rw-r--r-- | www/js/shows.js | 1 |
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 = []; |