From 104a1a83b4388395b34228c9eb3c66db9bbbb93c Mon Sep 17 00:00:00 2001 From: daniel Date: Wed, 16 Aug 2017 16:30:44 +0200 Subject: [PATCH] fixed minor error --- .../include/graphs/flot/jquery.flot.exportdata.pandora.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pandora_console/include/graphs/flot/jquery.flot.exportdata.pandora.js b/pandora_console/include/graphs/flot/jquery.flot.exportdata.pandora.js index 20a2aa844f..18592b05c3 100644 --- a/pandora_console/include/graphs/flot/jquery.flot.exportdata.pandora.js +++ b/pandora_console/include/graphs/flot/jquery.flot.exportdata.pandora.js @@ -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