From fbc4e7e2ca257133e96b48c7c69dbe61eeb5e8ee Mon Sep 17 00:00:00 2001 From: Heiko Kernbach Date: Fri, 16 Aug 2013 18:07:55 +0200 Subject: [PATCH] fixed dashboard interval bug --- html/admin/js/templates/dashboardView.ejs | 4 ++-- html/admin/js/views/dashboardView.js | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/html/admin/js/templates/dashboardView.ejs b/html/admin/js/templates/dashboardView.ejs index accea6122b..cc0f384e73 100644 --- a/html/admin/js/templates/dashboardView.ejs +++ b/html/admin/js/templates/dashboardView.ejs @@ -11,8 +11,8 @@
-
    - +
      +
    • diff --git a/html/admin/js/views/dashboardView.js b/html/admin/js/views/dashboardView.js index f20ef27b3f..a18863699f 100644 --- a/html/admin/js/views/dashboardView.js +++ b/html/admin/js/views/dashboardView.js @@ -302,7 +302,6 @@ var dashboardView = Backbone.View.extend({ checkInterval: function (a) { this.updateFrequency = a.target.value; - console.log(a); this.calculateSeries(); this.renderCharts(); },