Updated report system to analyse subsets
This commit is contained in:
@@ -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(); //
|
||||
|
||||
Reference in New Issue
Block a user