don't load chunk history when URL points to history track

This commit is contained in:
Matthias Wirth
2025-09-15 06:24:09 +00:00
parent 2c95b6d323
commit 7d073e080c

View File

@@ -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)