From 161b678f279572c7f921eac25eb689e9b93df0d9 Mon Sep 17 00:00:00 2001 From: Bas Schouten Date: Thu, 21 Nov 2024 15:00:58 +0000 Subject: [PATCH] Fix Safari TP subtest details view. --- details-subtests.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/details-subtests.html b/details-subtests.html index 2da0c2c..1a0778e 100644 --- a/details-subtests.html +++ b/details-subtests.html @@ -226,7 +226,7 @@ pointRadius: 4, pointBackgroundColor: "#777", pointBorderColor: "#44444444", - data: xyValuesSafari[test] + data: xyValuesSafariTP[test] }); } -- 2.47.3