mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
fixed minor error
This commit is contained in:
parent
f7ea07d559
commit
104a1a83b4
@ -34,10 +34,7 @@
|
||||
}
|
||||
if (dataObjects.length > 1) {
|
||||
dataObjects.forEach(function (element) {
|
||||
if (/Avg.:/i.test(element.label))
|
||||
result = element;
|
||||
if (/Percentil/i.test(element.label))
|
||||
result = element;
|
||||
result = element;
|
||||
});
|
||||
|
||||
// If the avg set is missing, retrieve the first set
|
||||
|
Loading…
x
Reference in New Issue
Block a user