From 7d073e080c115568d13803260febe9a4950cf8a9 Mon Sep 17 00:00:00 2001 From: Matthias Wirth Date: Mon, 15 Sep 2025 06:24:09 +0000 Subject: [PATCH] don't load chunk history when URL points to history track --- html/early.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/html/early.js b/html/early.js index 06396a3..a919922 100644 --- a/html/early.js +++ b/html/early.js @@ -585,6 +585,9 @@ if (uuid != null) { console.log("Chunks enabled!"); chunkNames = (pTracks ? data.chunks_all : data.chunks) || []; nHistoryItems = chunkNames.length; + if (usp.has('showTrace')) { + nHistoryItems = 0; + } enable_uat = (data.enable_uat == "true"); enable_pf_data = (data.pf_data == "true"); if (enable_uat)