From a0699dbb121f7e54cde8b0e4fa4eb80151c228fa Mon Sep 17 00:00:00 2001 From: Ruben van de Ven Date: Tue, 30 Oct 2018 23:21:06 +0100 Subject: [PATCH] Fixes --- views/plot.html | 1 - 1 file changed, 1 deletion(-) diff --git a/views/plot.html b/views/plot.html index b8cc655..991c2d7 100644 --- a/views/plot.html +++ b/views/plot.html @@ -133,7 +133,6 @@ Plotly.d3.csv("/1h.csv", function(err, rows){ let tick = function() { var duration = 10000; - con if(currentBpm != null) { audio.play(); duration = 60000 / currentBpm;