From 794e5b4833b2a0663a683efff3a6e0fbc1e669cc Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 18 Jul 2015 05:45:22 +0200 Subject: fixed variable mixup at clock diff --git a/www/js/utils.js b/www/js/utils.js index cc0b657..b219977 100644 --- a/www/js/utils.js +++ b/www/js/utils.js @@ -159,7 +159,7 @@ function Clock(draw_callback) { this.sock_onopen = function() { this.ntp_request(); - this.interval_redraw = setInterval(this.ntp_request.bind(this), 5000); + this.interval_request = setInterval(this.ntp_request.bind(this), 5000); } this.start = function() { -- cgit v0.10.2