Updated report system to analyse subsets

This commit is contained in:
2025-06-01 20:46:42 +01:00
parent 7d571d240d
commit bf17427cc4
8 changed files with 84 additions and 21 deletions

View File

@@ -27,7 +27,7 @@ function insertQualifiers(){
// Output result
console.log(data);
const parsed = JSON.parse(data);
console.log (parsed["1"]);
document.querySelector('label[for="location"]').textContent = parsed["1"][0];
// .shift(); //