summaryrefslogtreecommitdiff
path: root/www/js/shows.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/shows.js')
-rw-r--r--www/js/shows.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/www/js/shows.js b/www/js/shows.js
index eddb80f..13bc9be 100644
--- a/www/js/shows.js
+++ b/www/js/shows.js
@@ -349,15 +349,12 @@ function shows_init() {
data = { LOGIN_NAME: auth_username, PASSWORD: auth_token };
$.post("/rh-bin/listdropboxes.cgi", data, shows_updateList, "xml")
shows_drawClock('Do, 1.1.1970', '00:00:00', 0);
- shows_clock = new Clock(shows_drawClock);
- shows_clock.start();
+ clock_add_callback(shows_drawClock);
}
function shows_cleanup() {
sessionStorage.removeItem("shows_currentid");
delete shows_currentid;
- shows_clock.stop();
- delete shows_clock;
shows_list = [];
shows_group_carts = {};
shows_log_carts = [];