From 99f09eb5f80ff207d5ad4ff5df70dd3f5977340a Mon Sep 17 00:00:00 2001 From: 30hours Date: Tue, 19 Dec 2023 09:38:58 +0000 Subject: [PATCH] Missed 1 variable change --- html/js/plot_timing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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