From 4b71b281806dd737c06de4abe145bb257df22800 Mon Sep 17 00:00:00 2001 From: WrinklyNinja Date: Sun, 17 Aug 2014 08:59:07 +0100 Subject: [PATCH] Fixed filters not working. Part of 212. --- resources/report/js/script.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/resources/report/js/script.js b/resources/report/js/script.js index fb908a4d..277ff755 100644 --- a/resources/report/js/script.js +++ b/resources/report/js/script.js @@ -146,12 +146,6 @@ function togglePlugins(evt) { it is completed. */ getConflictingPluginsFromFilter().then(function(conflicts) { - if (conflicts) { - conflicts = JSON.parse(conflicts); - } else { - conflicts = []; - } - /* Start at 3rd section to skip summary and general messages. */ for (var i = 2; i < sections.length; ++i) { var isConflictingPlugin = false;