diff --git a/html/js/plot_timing.js b/html/js/plot_timing.js index f3b420e..ede471a 100644 --- a/html/js/plot_timing.js +++ b/html/js/plot_timing.js @@ -96,7 +96,7 @@ var intervalId = window.setInterval(function () { timestamp = data; // get new data - var apiData = $.getJSON(urlDetection, function () { }) + var apiData = $.getJSON(urlTiming, function () { }) .done(function (data) { // case draw new plot