mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-25 19:09:08 +02:00
fixed minor error
This commit is contained in:
parent
f7ea07d559
commit
104a1a83b4
@ -34,9 +34,6 @@
|
||||
}
|
||||
if (dataObjects.length > 1) {
|
||||
dataObjects.forEach(function (element) {
|
||||
if (/Avg.:/i.test(element.label))
|
||||
result = element;
|
||||
if (/Percentil/i.test(element.label))
|
||||
result = element;
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user